13.6. if
Aus Hugo Doku
@#if<!condition !>
Description:
Use it together with @#endif , if you want that the instructions between if and endif are generated dependend on a condition.
Parameter:
| Name | Type | Meaning |
|---|---|---|
| condition | boolean | Flag, if set to true, the function is called, otherwise not. (Default-Value: true) |
Next: 13.7. endif
