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

Procedure: Void functions #73

Open
phtj opened this issue Jul 6, 2018 · 0 comments
Open

Procedure: Void functions #73

phtj opened this issue Jul 6, 2018 · 0 comments
Assignees

Comments

@phtj
Copy link
Collaborator

phtj commented Jul 6, 2018

Add the ability to have void functions in the procedures. At the moment all functions must return a value, which causes many problems. We need a way of detecting if a function returns a value. If not, then in the procedure, there should be no "=". Detecting void functions could either be done by accessing the typescript, or by using metadata.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants