|
|
|
|
|
by drunken_thor
37 days ago
|
|
Agreed, it keeps the parser fast as well because it is a lot more clear when the boolean statement ends and the code block begins. You either need parentheses, `then` or brackets around the block to make parsing clearly defined. |
|