Count in octal
say .base(8) for ^Inf;
Output:
0
Here we arbitrarily show as many lines of output as there are lines in the program. :-)
say .base(8) for ^Inf;
0
Here we arbitrarily show as many lines of output as there are lines in the program. :-)