$char()
DESCRIPTION returns the character associated with an ASCII value
SYNOPSIS
$char(i)
ARGUMENTS i - an integer, or any integer expression, between 0 and 255, representing an ASCII value
EXAMPLES
# pikt +C 'output $char(65)'
A
# pikt +C 'output $char(#ascii("A"))'
A
SEE ALSO #ascii(), #code(), #ord() Numerical Functions String Functions