Files
wren/test/function/newline_body.wren
T

5 lines
61 B
Plaintext
Raw Normal View History

2014-04-02 19:41:53 -07:00
var f = new Fn {
2014-04-03 07:48:19 -07:00
// Hi.
2014-01-12 19:37:11 -08:00
}
IO.print(f.call) // expect: null