This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
278f1c063b13bbad940c968ec2051507711e349d
wren
/
test
/
meta
/
eval_existing_scoped_variable.wren
T
5 lines
51 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Adds a Meta library with an eval function for interpreting code inline.
2015-03-22 14:16:53 -07:00
var y
Meta.eval("y = 2")
IO.print(y) // expect: 2
Reference in New Issue
Copy Permalink