User Tools

Site Tools


4rpl:commands:gt

This is an old revision of the document!


Index
Comparators

gt

5 gt (4)

Description

The first item on the stack is compared to the second item on the stack. Both items are removed from the stack. If the first item is greater than the second, True (1) is pushed to the stack. If not, False (o) is pushed to the stack.

Examples

# Warp notation
if (42 gt (1))
    trace("42 is greater than 1")
endif

Index

4rpl/commands/gt.1616945657.txt.gz · Last modified: 2025/02/14 14:56 (external edit)