If you want +++ operator, rather use them for addition with lower precedence, for example this
would become$a + $b ** $c + $d ++ $e + $f ** $g + $h *** $i + $j ** $k + $l ++ $m + $n ** $o + $p
(($a + $b) * ($c + $d) + ($e + $f) * ($g + $h)) * (($i + $j) * ($k + $l) + ($m + $n) * ($o + $p))
In reply to Re^2: Pre-increment *and* Post-increment
by ambrus
in thread Pre-increment *and* Post-increment
by cog
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |