On Tuesday, 20 September 2016 at 15:42:10 UTC, Chris wrote:
>
> ¿How would you handle cases like
>
> debug { writeln("Error"); return; }
>
> of just
>
> debug { writeln("Error"); }
it is handled by separating each statement with newline, not
semicolon