Difference between revisions of "Shell.clearAlias"
From ComputerCraft Wiki
TheVarmari (Talk | contribs) m (I should really check the notes before saving...) |
m (Category operation: +Category:API_Functions) |
||
| Line 14: | Line 14: | ||
* It does not output anything, it just clears the alias. | * It does not output anything, it just clears the alias. | ||
}} | }} | ||
| + | |||
| + | [[Category:API_Functions]] | ||
Revision as of 05:06, 20 May 2013
| Clears an alias. | |
| Syntax | shell.clearAlias(string alias, string program) |
| Returns | nil |
| Part of | ComputerCraft |
| API | shell |
Examples
| Clears the alias "start" for program "startup". | |
| Code |
shell.clearAlias("start", "startup")
|
Additional Notes
- It does not output anything, it just clears the alias.