Char
Revision as of 23:17, 15 March 2020 by ZachStrout (talk | contribs)
char
Gets a character from its Unicode code point.
See also: code
Arguments
Parameter Name | Default Value | Meaning |
---|---|---|
codePoint | number, default 65 | unicode code point of a character |
Example
char(42) // returns "*"