1
0
forked from Mirror/wren
Files
wren/test/return/in_function.wren
Bob Nystrom 1e0401bfc1 Allow statement bodies for flow control.
This means this works now:

  if (foo) return bar
2013-12-24 10:27:48 -08:00

2 lines
40 B
Plaintext

var a = "ok"; IO.write(a) // expect: ok