bit.dec2asciiΒΆ
Complexity 12@-10
ascii := the ascii representation of the value of dec.
ascii is bit[:8], dec is bit[:4].
SignatureΒΆ
def dec2ascii ascii, dec { ... }
Defined in bit/casting.fj β lines 31β35 (view on GitHub).