forked from Mirror/wren
4 lines
52 B
Plaintext
4 lines
52 B
Plaintext
fn {
|
|
io.write(notDefined) // expect error
|
|
}.call
|