help
Overloads
| Name | Description |
|---|---|
help(const string name) -> string | Returns help on a global variable or type. |
help() -> void | Displays help information about the Aleph interpreter. |
help(const Function function) -> string | Returns help on a function. |
help(const TypeInfo type) -> string | Returns help on a type. |
help(const string name) -> string
Returns help on a global variable or type.
Parameters
- name: The type to give help for.
help() -> void
Displays help information about the Aleph interpreter.
help(const Function function) -> string
Returns help on a function.
Parameters
- function: The function to give help for.
help(const TypeInfo type) -> string
Returns help on a type.
Parameters
- type: The type to give help for.