The Hyper Programming Language |
home | language reference | compiler | hyper on launchpad |
This is the class reference of built-in type char.
sealed class char : object
This class represents a Unicode character.
procedure new(c : * char)
Copy constructor.
none
Warning: this is preliminary syntax with the purpose of documenting the operators of this class. Nothing official yet!
not yet documented
operator=(c : char)
Simple assignment operator.