User Tools

Site Tools


4rpl:commands:gte

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
4rpl:commands:gte [2021/03/28 15:34] Karsten754rpl:commands:gte [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 10: Line 10:
 ===== Description ===== ===== 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 or equal to the second, True (1) is pushed to the stack. If not, False (o) is pushed to the stack. 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 or equal to the second, True (1) is pushed to the stack. If not, False (o) is pushed to the stack.
 +
 +
 +Note: See [[4rpl:Data Types]] for comparison between dissimilar types and type conversion. 
 +
  
 ===== Examples ===== ===== Examples =====
4rpl/commands/gte.1616945687.txt.gz · Last modified: 2025/02/14 14:56 (external edit)