0
19
llucycodes42
The code block if (cond) has one or more conditions that must be met in order for the code block to continue. If all of the conditions are met, the code block endif; is executed.
Shortcut: ifend
if (cond):
endif;
0
19
llucycodes42
The code block if (cond) has one or more conditions that must be met in order for the code block to continue. If all of the conditions are met, the code block endif; is executed.
Shortcut: ifend
if (cond):
endif;