Pudu programming language
Menu
API reference

Std.Hex.nibbleToAscii

1 declaration

fn

nibbleToAscii: Int -> Bool -> UInt8

This is a callable function.

What it does

Converts a 4-bit numeric nibble (0..15) into an ASCII character byte.

Read the signature

  • The text after the name is the type checked by Pudu.
  • Read arrows from left to right: inputs come first, and the final type is returned.

Back to Std.HexSearch related declarations