pub fn char(arg1: Expr) -> Expr
Returns the ASCII character having the binary equivalent to col. If col is larger than 256 the result is equivalent to char(col % 256).