feat: add Meta library with eval function for inline code interpretation
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