forked from Mirror/wren
5 lines
50 B
Plaintext
5 lines
50 B
Plaintext
{
|
|
var a = a + 1 // expect error
|
|
IO.print(a)
|
|
}
|