RosettaCodeData/Task/Conditional-structures/Octave/conditional-structures-2.octave

9 lines
145 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
switch( expression )
case label1
% code for label1
case label2
% code for label2
otherwise
% none of the previous
endswitch