User Tools

Site Tools


4rpl:commands:endif

This is an old revision of the document!


Index

endif

endif

Description

Deimits 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

Index

4rpl/commands/endif.1610121708.txt.gz · Last modified: 2025/02/14 14:56 (external edit)