char

Function char 

Source
pub fn char(arg1: Expr) -> Expr
Expand description

Returns the ASCII character having the binary equivalent to col. If col is larger than 256 the result is equivalent to char(col % 256).