Files
wren/test/meta/eval_existing_scoped_variable.wren
T

5 lines
51 B
Plaintext
Raw Normal View History

var y
Meta.eval("y = 2")
IO.print(y) // expect: 2