Chr takes in a single character and returns unicode character code point
Chr takes no parameters
val = 65 log val.chr() // A
Last updated 1 year ago