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
3b448427fb5767222b377fdc92faf2304843efa6
wren
/
test
/
language
/
variable
/
newline_after_equals.wren
T
6 lines
53 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: implement expression evaluation and statement detection in REPL with Meta.compileExpression
2016-05-21 06:03:05 +00:00
var foo =
123
System.print(foo) // expect: 123
Reference in New Issue
Copy Permalink