Syntax
chr(integer)
Description
The chr() function returns the ASCII character of the given integer.
Example
foreach n in 30..127 {
print(chr(n))
}
print("\n")
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~