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