Expand description
Operations on EndBASIC values.
Structs§
- Error
- Evaluation errors.
Functions§
- add_
integer - Performs an arithmetic addition of integers.
- div_
integer - Performs an arithmetic division of integers.
- double_
to_ integer - Converts the double
d
to an integer and fails if the conversion is not possible. - modulo_
integer - Performs a modulo operation of integers.
- mul_
integer - Performs a multiplication of integers.
- neg_
integer - Performs an arithmetic negation of an integer.
- pow_
integer - Performs a power operation of integers.
- sub_
integer - Performs an arithmetic subtraction of integers.
Type Aliases§
- Result
- Result for value computation return values.