RosettaCodeData/Task/Conditional-structures/Ring/conditional-structures-2.ring

9 lines
73 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
Switch x
On 1
SomeFunc1()
On 2
SomeFunc2()
Other
SomeFunc()
Off