Difference between revisions of "Char"
Jump to navigation
Jump to search
ZachStrout (talk | contribs) |
ZachStrout (talk | contribs) |
||
Line 11: | Line 11: | ||
| ''codePoint'' || number, default 65 || unicode code point of a character | | ''codePoint'' || number, default 65 || unicode code point of a character | ||
|} | |} | ||
− | |||
− | |||
== Example == | == Example == | ||
Latest revision as of 23:17, 15 March 2020
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 "*"