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