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
139b447898c6a21b00e1635801aa13443f135d7f
wren
/
test
/
meta
/
eval_existing_scoped_variable.wren
T
7 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Move Meta to a separate module.
2015-10-15 18:08:56 -07:00
import "meta" for Meta
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" -> "System".
2015-09-15 07:46:09 -07:00
System.print(y) // expect: 2
Reference in New Issue
Copy Permalink