rumlang / rum

Functional language, easily extensible and possible (Lua features with LISP dialect and functional) to be embarked on software Go!
https://www.rumlang.org/
MIT License
157 stars 13 forks source link

create function structure (reserved word) #23

Closed avelino closed 7 years ago

avelino commented 7 years ago
(def hi
  ('Hello))
(print hi)