User Tools

Site Tools


xrpl:neq0

This is an old revision of the document!


neq0

ArgumentsResultNotation
number bool [number- bool]

Description

Top item is popped from the stack and Compared to not being 0. 0 or 1 is pushed back to the stack where 0 indicates false and 1 indicates true.

Examples

if (1 neq0) 
	trace("1 is not equal to 0") 
endif 
xrpl/neq0.1551655300.txt.gz ยท Last modified: 2025/02/14 14:56 (external edit)