aboutsummaryrefslogtreecommitdiff
path: root/BUGS
blob: b515fa5dd233cd5bd4ef168064816d19d62e0b64 (plain)
1
2
3
4
5
6
7
8
Known bugs
==========

expr
----

right-to-left associativity of ?: is not 100% correct.
1?2:0?3:4 should be 2, not 3.