Menu

#303 GOTOs in EXECUTE

v1.0 (example)
closed
nobody
None
1
2018-04-08
2010-08-27
No

IDL docs state that GOTOs within EXECUTE are not allowed.
In fact they work:

IDL> a= execute('goto, b & a: print, 1 & b: print,2')
2

GDL> a= execute('goto, b & a: print, 1 & b: print,2')
% Undefined label.

Discussion

  • Sylwester Arabas

    • status: open --> closed
    • Group: --> v1.0 (example)
     

Log in to post a comment.