Help (API)
From ComputerCraft Wiki
The Help API allows you to mess around with the help files.
Methods
| Method name | Description |
|---|---|
| help.path() | Returns the path the help API has been set to |
| help.setPath(string path) | Sets the path of the API to path |
| help.lookup(string topic) | Looks up the help file for topic |
| help.topics() | Returns a table of valid help topics |