Adds a Meta library with an eval function for interpreting code inline.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
var y
|
||||
|
||||
Meta.eval("y = 2")
|
||||
|
||||
IO.print(y) // expect: 2
|
||||
Reference in New Issue
Block a user