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. :-)
Last updated
Was this helpful?
say .base(8) for ^Inf;
0
Here we arbitrarily show as many lines of output as there are lines in the program. :-)
Last updated
Was this helpful?