feat: add Meta library with eval function for inline code interpretation

This commit is contained in:
Gavin Schulz
2015-03-22 21:16:53 +00:00
parent 65305fca09
commit c8fa7e619f
7 changed files with 60 additions and 1 deletions
@@ -0,0 +1,5 @@
var y
Meta.eval("y = 2")
IO.print(y) // expect: 2