Merge branch 'meta-library' of git://github.com/gsmaverick/wren into gsmaverick-meta-library

This commit is contained in:
Bob Nystrom
2015-03-25 19:21:58 -07:00
7 changed files with 56 additions and 1 deletions

View File

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