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

Drop requirement for parenthesis in niladic function calls #111

Open
juliaogris opened this issue Nov 15, 2024 · 0 comments
Open

Drop requirement for parenthesis in niladic function calls #111

juliaogris opened this issue Nov 15, 2024 · 0 comments

Comments

@juliaogris
Copy link
Member

It'd be great if we could write:

x := rand1 + 10
if read == "yes"

rather than

x := (rand1) + 10
if (read) == "yes"
@juliaogris juliaogris added this to evy Aug 23, 2024
@juliaogris juliaogris converted this from a draft issue Nov 15, 2024
@juliaogris juliaogris added this to the 🚸 Learn v0.2.0 milestone Nov 15, 2024
@juliaogris juliaogris changed the title Consider dropping the need for parenthesis in niladic function calls Drop requirement for parenthesis in niladic function calls Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant