forked from Mirror/wren
3 lines
47 B
Plaintext
3 lines
47 B
Plaintext
var f = fn {}
|
|
IO.write(f.call) // expect: null
|