if (word.length) scope(exit) FormatOutput();This is the same as if (word.length) FormatOutput();The `if` introduces a new scope, thus running the code right away.
Oops, shame on me. Too many `static if`s in my life :(
if (word.length) scope(exit) FormatOutput();This is the same as if (word.length) FormatOutput();The `if` introduces a new scope, thus running the code right away.
Oops, shame on me. Too many `static if`s in my life :(