bit.print_dec_uint.print_char¶
if char_flag: print the ascii representation of the decimal digit ascii4[:4].
ascii4 is bit[:4], char_flag is a bit.
Signature¶
def print_char ascii4, char_flag @ end { ... }
Defined in bit/output.fj — lines 199–204 (view on GitHub).
Complexity¶
Time:
5@+12Space:
5@+12
See the complexity glossary for what @, w, dw, dbit, n mean.