RosettaCodeData/Task/Conditional-structures/Pop11/conditional-structures-6.pop11
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

7 lines
105 B
Text

if condition1 then
;;; Action1
elseunless condition2 then
;;; Action2
endif;
;;; Action2
endif;