Module expr_fn

Module expr_fn 

Source

Functionsยง

ascii
Returns the ASCII code point of the first character of string.
char
Returns the ASCII character having the binary equivalent to col. If col is larger than 256 the result is equivalent to char(col % 256).