User Tools

Site Tools


prpl:else

<- PRPL reference <- Program Flow Control

else

ArgumentsResultNotation
[ - ]

Description

When the if statement evaluates to False, then the statements following the else, up to the endif, are executed instead.

Examples

if (<-var eq (1)) 
   #Do something 
else 
   #Do something else 
endif 
prpl/else.txt · Last modified: 2017/09/24 06:24 by kajacx