.b ( n -- )
Factor handbook » Developer tools » The prettyprinter » Prettyprinting numbers

Next:.o ( n -- )


Vocabulary
prettyprint

Inputs
nan integer


Outputs
None

Word description
Outputs an integer in binary.

See also
>bin, bin>

Definition