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

Subroutine in subroutine #23

Open
cbarraud opened this issue Jul 6, 2018 · 2 comments
Open

Subroutine in subroutine #23

cbarraud opened this issue Jul 6, 2018 · 2 comments

Comments

@cbarraud
Copy link

cbarraud commented Jul 6, 2018

Hi,

My attention has been drown to the following issue. If you call a subroutine in a subroutine, the content of this subroutine is simply deleted, leading to a program that doesn't do what you planned. Maybe this is not supported (subroutine in a subroutine) but at least we should get a bit of debug saying there is a problem.

Here is an example:

image

I tried to call the two subroutine outside of themselves and it works well, it's really when a subroutine calls another one that it doesn't work.

image

@manukor
Copy link

manukor commented Sep 17, 2020

I got same issue, its seems impossible to call a subroutine from an other.

@mbonani
Copy link
Contributor

mbonani commented Aug 4, 2021

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

3 participants