Count in octal

var i = 0;
loop { say i++.as_oct }

Last updated

Was this helpful?