On 2020-01-28 18:34, Trey Harris wrote:
And that’s another thing: you’ll notice if you define a `my uint8 $x;` it will be set to 0. No undefined, no Nil. That doesn’t happen with non-native numeric values.


Huh.  I thought is as nil.

> my uint $x; say $x.base(2)
0

Reply via email to