Files
wren/test/empty_block.wren
T

7 lines
101 B
Plaintext
Raw Normal View History

{} // By itself.
// In a statement.
if (true) {}
if (false) {} else {}
IO.print("ok") // expect: ok