> On 04 Jan 2016, at 00:25, Juerd Waalboer (via RT) > <perl6-bugs-follo...@perl.org> wrote: > > # New Ticket Created by Juerd Waalboer > # Please include the string: [perl #127144] > # in the subject line of all future correspondence about this issue. > # <URL: https://rt.perl.org/Ticket/Display.html?id=127144 > > > > Bug: > >> my uint8 $x = 255; print $x, " -> "; $x = $x + 1; say $x; > 255 -> 0
What is the bug here??? Looks to me it’s entirely doing what is expected? Liz