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
This simple program is just to simulate the problem that ".out" does not go out of a procedure if the last command is "return"
bash$ gdl
GDL - GNU Data Language, Version v1.0.6-16-gc154de16
GDL> doit
% Compiled module: DOIT.
% Stop encountered: DOIT 3 /home/chris/doit.pro
GDL> .out
5
GDL> help
% At DOIT 4 /home/chris/doit.pro
$MAIN$
pro doit
stop
print,'5'
return
end
The text was updated successfully, but these errors were encountered:
This simple program is just to simulate the problem that ".out" does not go out of a procedure if the last command is "return"
The text was updated successfully, but these errors were encountered: