rzimmerman / kal

A powerful, easy-to-use, and easy-to-read programming language for the future.
http://rzimmerman.github.io/kal
MIT License
394 stars 18 forks source link

inner assignment #20

Open rzimmerman opened 11 years ago

rzimmerman commented 11 years ago

allow things like:

[a,b] = somefunction()
{x,y} = require 'thing_with_x_and_y'