Skip to content

ord

Function ord accepts character (must be an ASCII character, so less than 128) and returns a byte representing this character.

Usage

ord 'A'
65b

Last update: May 16, 2021

Comments