You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IDL> $cat ex3.pro
pro ex3sub
nonexistent
end
pro ex3, arg3
a = execute('ex3sub', 1, arg3)
end
IDL> ex3, 0
% Attempt to call undefined procedure/function: 'NONEXISTENT'.
IDL> ex3, 1
IDL>
As reported on SF.net: https://sourceforge.net/p/gnudatalanguage/feature-requests/80/