The Hyper Programming Language |
home | language reference | compiler | hyper on launchpad |
This is the class reference of built-in type object.
abstract class object
This class is the universal base for all classes.
procedure new()
Default constructor.
none
Warning: this is preliminary syntax with the purpose of documenting the operators of this class. Nothing official yet!
operator=(o : * object)
Simple assignment operator.