Code covered by the BSD License
a = 5; if a == 5 goto(9) return else goto(12) return end disp('a equals five') goto(13) return disp('a does not equal five')
Contact us at files@mathworks.com