⇐ Index
⇐ Comparators
gte0
Top item is popped from the stack and compared if greater than or equal 0. 0 (false) or 1 (true) is pushed back to the stack.
Note: See Data Types for comparison between dissimilar types and type conversion.
if (0 gte0) trace("0 is greater than or equal to 0") endif
⇐ Index