A language built for fun
This project is maintained by cometlang
The base class for all Objects
nil?() Returns a Boolean as to whether the instance is nil or nothash() Returns a hash value for this objectto_string() Returns a String representation of this objectmethods() Returns a List of Strings with the names of all callables on the objectfields() Returns a List of Strings of all the fields on the objectto_string() Returns a string representation of the classhash() This is identical to the non-static method, but added such that classes can be used as a key to a hash== compares if the two objects are the same instance