NFun icon indicating copy to clipboard operation
NFun copied to clipboard

Allow multiple inputs declaration

Open tmteam opened this issue 2 years ago • 0 comments

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 avatar Feb 01 '23 10:02 tmteam