Module operators

Module operators 

Source

Functionsยง

is_equals
Operator definition of the EQUALS operator (==)
is_greater_than
Operator definition of the GREATER_THAN operator (>)
is_greater_than_or_equals
Operator definition of the GREATER_THAN_OR_EQUALS operator (>=)
is_less_than
Operator definition of the LESS_THAN operator (<)
is_less_than_or_equals
Operator definition of the LESS_THAN_OR_EQUALS operator (<=)
is_strict_equals
Operator definition of the STRICT_EQUALS operator (===)
op_abs
Operator definition of the ABS (func.abs(...))
op_add
Operator definition of the ADD operator (+)
op_and
Operator definition of the BITWISE_AND operator (&)
op_call
Operator definition of the CALL (...(...))
op_cast
Operator definition of the CAST operator
op_ceil_div
Operator definition of the CEIL_DIV operator (^/)
op_concat
Operator definition of the CONCAT operator (|||)
op_dec
Operator definition of the DEC operator (-|)
op_deep_copy
Operator definition of the DEEP_COPY operator (^)
op_div
Operator definition of the DIV operator (/)
op_floor_div
Operator definition of the FLOOR_DIV operator (//)
op_get_item
Operator definition of the GET_ITEM operator ([...])
op_has_next
Operator definition of the HAS_NEXT (func.hasNext(...))
op_inc
Operator definition of the INC operator (+|)
op_inv
Operator definition of the INV operator (-)
op_iter
Operator definition of the ITER (func.iter(...))
op_len
Operator definition of the LEN operator (@)
op_lshift
Operator definition of the LSHIFT operator (<<)
op_mod
Operator definition of the MOD operator (%)
op_mul
Operator definition of the MUL operator (*)
op_next
Operator definition of the NEXT (func.next(...))
op_not
Operator definition of the BITWISE_NOT operator (~)
op_optional_get_item
Operator definition of the OPTIONAL_GET_ITEM operator (?.[...])
op_optional_slice
Operator definition of the OPTIONAL_SLICE operator (?.[...:...])
op_or
Operator definition of the BITWISE_OR operator (|)
op_pos
Operator definition of the POS operator (+)
op_pow
Operator definition of the POW operator (**)
op_rshift
Operator definition of the RSHIFT operator (>>)
op_rzshift
Operator definition of the RZSHIFT operator (>>>)
op_set_item
Operator definition of the SET_ITEM
op_slice
Operator definition of the SLICE operator ([...:...])
op_spaceship
Operator definition of the SPACESHIP operator (<=>)
op_sub
Operator definition of the SUB operator (-)
op_trunc_div
Operator definition of the TRUNC_DIV operator (~/)
op_xor
Operator definition of the BITWISE_XOR operator (^)