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