User Tools

Site Tools


crpl:docs:eq

This is an old revision of the document!


~~DISCUSSION~~ <- CRPL reference <- Comparators

eq

ArgumentsResultNotation
Two Valuestrue or false (1 or 0) n1 n2 – n3

Description

Top two items are popped from the stack and 'Equal' comparison is performed. 0 or 1 is pushed back to the stack where 1 indicates true.

Examples

# Compares numbers to 100. 
# Pointless, in programming, but here to illustrate a point. 
100 50 gt       # True, 100 is greater than 50 
45 50 gt        # False, 45 is not greater than 50 
50 50 gt        # False, 50 is not greater than 50
crpl/docs/eq.1358489134.txt.gz · Last modified: 2025/02/14 14:56 (external edit)