Module endbasic_core::value
source · Expand description
Operations on EndBASIC values.
Structs§
- Evaluation errors.
Functions§
- Performs an arithmetic addition of integers.
- Performs an arithmetic division of integers.
- Converts the double
d
to an integer and fails if the conversion is not possible. - Performs a modulo operation of integers.
- Performs a multiplication of integers.
- Performs an arithmetic negation of an integer.
- Performs a power operation of integers.
- Performs an arithmetic subtraction of integers.
Type Aliases§
- Result for value computation return values.