CASC-Lang / Yakou

An experimental JVM Language inspired by Rust.
38 stars 2 forks source link

Support Multiple Assignment #43

Closed alanjian85 closed 2 years ago

alanjian85 commented 2 years ago

You should add multiple assignment syntax for no reason It's a cool feature in Lua which makes variadic function and multiple return possible a, b = 1, 2

Reference: https://www.lua.org/pil/4.1.html