diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-03-28 20:29:20 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-03-28 20:29:20 +0200 |
| commit | 7245bad9ebb58fc8ce5a322081fc6c39d2dc59c6 (patch) | |
| tree | 9019fdbab7696092551c3124391a4ec4df7bb262 /tests/Krecursive1 | |
| parent | a5ea0dcbc8b9343f6901654ad92de6ece156f954 (diff) | |
Parenthesize && expressions within || expressions
This is redundant from an evaluation perspective, as && has higher
precedence than ||, but is easier to read.
A && B || C && D is now rendered as "(A && B) || (C && D)".
Diffstat (limited to 'tests/Krecursive1')
0 files changed, 0 insertions, 0 deletions
