This is an old revision of the document!
⇐ Index
lt0
Top item is popped from the stack and compared if less than 0. 0 (false) or 1 (true) is pushed back to the stack.
if (-1 lt0) trace("-1 is less than 0") endif