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

9 lines
145 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
switch( expression )
case label1
% code for label1
case label2
% code for label2
otherwise
% none of the previous
endswitch