1
0
forked from Mirror/wren
Files
wren/test/language/variable/newline_after_equals.wren
Bob Nystrom bc7f1de758 Execute input in the REPL.
Guesses whether the input is an expression or statement and handles it
appropriately. Finally, after over a year, the Wren REPL automatically
prints "3" if you type in "1 + 2". \o/
2016-06-09 19:16:41 -07:00

6 lines
53 B
Plaintext

var foo =
123
System.print(foo) // expect: 123