A language built for fun
This project is maintained by cometlang
inherits Object final
Not intended to be instantiated directly. All imported modules will be an instance of this class.
functions()
returns a List of the functions defined in the module. This is defined as all fields that are callable and everything defined with the function
keyword. Does not include classes, even though they are considered callable.fields()
returns a List of names (Strings) of the fields defined in the module.filename()
returns a String representing the absolute path of the module[key]
an index to the fields and functions using the name of the function (as a string) as the key