This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
crpl:docs:endif [2013/01/14 19:05] – created virgilw | crpl:docs:endif [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | TODO | + | |
+ | <- [[crpl: | ||
+ | ===== 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 === | ||
+ | < | ||
+ | # See the examples at ' | ||
+ | </ |