forked from Mirror/wren
4 lines
63 B
Plaintext
4 lines
63 B
Plaintext
IO.write(fn {
|
|
while (true) return "ok"
|
|
}.call) // expect: ok
|