mirror of
https://github.com/ziglang/zig.git
synced 2026-02-01 12:13:44 +00:00
implicit semicolon rules apply recursively to the "else" clause of if and try
if (a) {} else {} // implicit semicolon
if (a) {} else if (a) {} // implicit semicolon
if (a) {} else while (a) {} // implicit semicolon