forked from Mirror/wren
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/
6 lines
53 B
Plaintext
6 lines
53 B
Plaintext
var foo =
|
|
|
|
|
|
123
|
|
System.print(foo) // expect: 123
|