PlasmaLang / plasma

Plasma Programming Language
Other
162 stars 10 forks source link

Missing parens for out types can have a confusing syntax error. #419

Open PaulBone opened 2 years ago

PaulBone commented 2 years ago

When a function returns multiple variables it must be written -> (...) The parens are mandatory. If they're forgotten the syntax error is confusing, especially for nested functions.