RosettaCodeData/Task/Conditional-structures/Octave/conditional-structures-2.octave
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

8 lines
145 B
Text

switch( expression )
case label1
% code for label1
case label2
% code for label2
otherwise
% none of the previous
endswitch