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

Builds the neutral Char value (U+0000).

Example
value = Char()
assert value.toInt() == 0