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

3 lines
160 B
Text

( condition ) [ ( true statements ) ] ifTrue
( condition ) [ ( false statements ) ] ifFalse
( condition ) [ ( true statements ) ] [ ( false statements ) ] if