This is still the same as in 2012:

$ perl6 -e 'say not(0) + 1'
False
$ perl6 -e 'say (not 0) + 1'
2

I added a test (fudged "todo") in S03-operators/precedence.t with commit 
https://github.com/perl6/roast/commit/156e7e7f474169601d7a6b53fcd20e43ea181609

Reply via email to