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

9 lines
73 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Switch x
On 1
SomeFunc1()
On 2
SomeFunc2()
Other
SomeFunc()
Off