Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.out does not go out of procedure if last command before "end" is "return" #1866

Open
brandy125 opened this issue Jul 18, 2024 · 0 comments
Open

Comments

@brandy125
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant