Difference between revisions of "Char"

From MiniScript Wiki
Jump to navigation Jump to search
(Created page with "<c>char</c> Gets a character from its Unicode code point. See also: code === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Meaning |- | ''codeP...")
 
Line 1: Line 1:
 
<c>char</c> Gets a character from its Unicode code point.
 
<c>char</c> Gets a character from its Unicode code point.
  
See also: code
+
See also: [[code]]
  
 
=== Arguments ===
 
=== Arguments ===

Revision as of 23:16, 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 "*"