Code covered by the BSD License
goto(13) return x = 0; while x < 10 x = x + 1; disp(x) if ~mod(x,2) break end end disp('Outside!')
Contact us