forked from Mirror/wren
4 lines
56 B
Plaintext
4 lines
56 B
Plaintext
new Fn {
|
|
IO.print(notDefined) // expect error
|
|
}.call
|