User Tools

Site Tools


xrpl:gte

This is an old revision of the document!


gte

ArgumentsResultNotation
number number bool [number number- bool]

Description

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

Examples

if (2 gte (2)) 
	trace("2 is greater than or equal to 2") 
endif 
xrpl/gte.1551654107.txt.gz ยท Last modified: 2025/02/14 14:56 (external edit)