5 lines
73 B
Text
5 lines
73 B
Text
if condition then
|
|
;;; Action1
|
|
else
|
|
;;; Alternative action
|
|
endif;
|