Adds a Meta library with an eval function for interpreting code inline.

This commit is contained in:
Gavin Schulz
2015-03-22 14:16:53 -07:00
parent f2c5c804a4
commit a937bd1cf9
7 changed files with 60 additions and 1 deletions

View File

@ -0,0 +1,5 @@
var y
Meta.eval("y = 2")
IO.print(y) // expect: 2