RosettaCodeData/Task/Conditional-structures/NetRexx/conditional-structures-4.netrexx
2023-07-01 13:44:08 -04:00

4 lines
65 B
Text

select
when cc == 'A' then ...
when cc == 'B' then ...
...