Skip to main content

help

Overloads

NameDescription
help(const string name) -> stringReturns help on a global variable or type.
help() -> voidDisplays help information about the Aleph interpreter.
help(const Function function) -> stringReturns help on a function.
help(const TypeInfo type) -> stringReturns 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.