klyn.Char.Char
constructor
public native Char(value as Char)
Description

Copies another Char.

Parameters
ParameterDescription
valueChar to copy.
Example
source = 'π'
assert Char(source) == source