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
bd0957dc4824c3d57d563a19b30a91661b8887fe
wren
/
test
/
meta
/
eval_existing_scoped_variable.wren
T
5 lines
51 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: add Meta library with eval function for inline code interpretation
2015-03-22 21:16:53 +00:00
var y
Meta.eval("y = 2")
IO.print(y) // expect: 2
Reference in New Issue
Copy Permalink