Less than

From WikiManual
Revision as of 20:43, 17 September 2005 by 66.91.138.35 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Takes the two top values on the stack, and checks whether the first value is less than the second.

Examples:

10 5 < Is false

10 25 < Is true

10 10 < Is false, as 10 is equal to 10, not less.

Logical Comparison Operators