Files
wren/test/language/semicolon.wren
T

3 lines
86 B
Plaintext
Raw Normal View History

2015-01-03 10:02:45 -08:00
// Semicolons are not valid separators.
2015-09-15 07:46:09 -07:00
var a = "ok"; System.print(a) // expect error