| Table Of Contents | Index |

Example:
writeln "Endif Example" if DayOfWeekof(Today)=2 ;Code Between IF Writeln 'This line will only print on Tuesdays' ;and ENDIF will endif ;run if cond=True writeln "This line will always execute"
| See Also: | If | Else | ElseIf | Then |
|---|
| Category: | Conditional |
|---|

| Table Of Contents | Index |
|
