Shell.clearAlias
From ComputerCraft Wiki
Revision as of 15:28, 29 June 2013 by Oddstr13 (Talk | contribs) (shell.clearAlias only requires, and only accepts the alias to clear)
| Clears an alias. | |
| Syntax | shell.clearAlias(string alias) |
| Returns | nil |
| Part of | ComputerCraft |
| API | shell |
Examples
| Clears the alias "start". | |
| Code |
shell.clearAlias("start")
|
Additional Notes
- It does not output anything, it just clears the alias.