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

Allow multiple inputs declaration #64

Open
tmteam opened this issue Feb 1, 2023 · 0 comments
Open

Allow multiple inputs declaration #64

tmteam opened this issue Feb 1, 2023 · 0 comments
Labels
Syntax Syntactic and semantic improvements and sugars What if? [Candidate]

Comments

@tmteam
Copy link
Owner

tmteam commented Feb 1, 2023

x, y, z: int
a = x+y+z
x,y,z = default # does not make sense, if all variables are immutable in nfun
a,b,c = x+y+z
@tmteam tmteam added What if? [Candidate] Syntax Syntactic and semantic improvements and sugars labels Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Syntax Syntactic and semantic improvements and sugars What if? [Candidate]
Projects
None yet
Development

No branches or pull requests

1 participant