for i in (0 .. 33) { printf(" %6b %3o %2d %2X\n", ([i]*4)...) }
Last updated 1 year ago
Was this helpful?