.chr()
Description
Chr takes in a single character and returns unicode character code point
Parameters
Chr takes no parameters
Usage
val = 65
log val.chr()
// A
Last updated
Was this helpful?
Chr takes in a single character and returns unicode character code point
Chr takes no parameters
val = 65
log val.chr()
// A
Last updated
Was this helpful?