Code covered by the BSD License
% this is a while loop using goto() a = 5; a = a - 1; disp(a) if a > 0 goto(4) return end
Contact us at files@mathworks.com