.bases
¶The .bases EXPR
prints the value of EXPR
in base 16, 10,
8 and 2. This is useful for debugging without changing the global
output base.
(poke) .bases 1 0x1, 1, 0o1, 0b1 (poke) .bases -1 0xffffffff, -1, 0o37777777777, 0b11111111111111111111111111111111