tadeuzagallo / verve-lang

A functional language for the working hacker
https://verve-lang.org
MIT License
346 stars 7 forks source link

Add support for spreading values #50

Open tadeuzagallo opened 7 years ago

tadeuzagallo commented 7 years ago
let x = [1, ...[2, 3]]