User Tools

Site Tools


xrpl:endif

This is an old revision of the document!


endif

ArgumentsResultNotation
[ - ]

Description

Delimits the scope of an if-else-statement. Instructions between the if and endif statement are conditionally executed, depending on the results of the if evaluation.

Examples

if (<-var eq (1)) 
   #Do something 
else 
   #Do something else 
endif 
xrpl/endif.1551650072.txt.gz · Last modified: 2019/03/03 16:54 by Karsten75