User Tools

Site Tools


xrpl:lt

This is an old revision of the document!


lt

ArgumentsResultNotation
number number bool [ number number - bool ]

Description

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

Examples

if (1 lt (42)) 
	trace("1 is less than 42") 
endif 
xrpl/lt.1551654797.txt.gz ยท Last modified: 2025/02/14 14:56 (external edit)