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

Function call syntax #35

Open
wolfgang42 opened this issue Oct 10, 2018 · 0 comments
Open

Function call syntax #35

wolfgang42 opened this issue Oct 10, 2018 · 0 comments
Labels
ready Ready for development
Milestone

Comments

@wolfgang42
Copy link
Owner

must have at least one argument. Multiple arguments are separated by the "and" keyword or a ','. Arguments may only be variables or literals. Compound expressions are not allowed. Functionals are greedy, if they find more symbols that make up valid arguments they will take them.

Example:
Put Multiply taking 3, 5 and 9 into Large will set large to 3 * 5 * 9 NOT (3 * 5) && 9.

@wolfgang42 wolfgang42 added the ready Ready for development label Oct 10, 2018
@wolfgang42 wolfgang42 added this to the Spec Complete milestone Oct 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready Ready for development
Projects
None yet
Development

No branches or pull requests

1 participant