User Tools

Site Tools


crpl:docs:endif

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
crpl:docs:endif [2013/01/14 19:05] – created virgilwcrpl:docs:endif [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-TODO+ 
 +<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#flow_control|Flow Control]] 
 +=====  endif  ===== 
 + 
 +^Arguments^Result^Notation^ 
 +|Cond| |''-- ''
 + 
 + 
 +=== 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 === 
 +<code> 
 +# See the examples at 'if' and 'else' 
 +</code>  
crpl/docs/endif.1358190307.txt.gz · Last modified: 2025/02/14 14:56 (external edit)