6 lines
84 B
Text
6 lines
84 B
Text
|
|
if condition1 then
|
||
|
|
;;; Action1
|
||
|
|
elseif not(condition2) then
|
||
|
|
;;; Action2
|
||
|
|
endif;
|