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)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Grid Redstone.png  Function shell.clearAlias
Clears an alias.
Syntax shell.clearAlias(string alias)
Returns nil
Part of ComputerCraft
API shell

Examples

Grid paper.png  Example
Clears the alias "start".
Code
shell.clearAlias("start")

Additional Notes

  • It does not output anything, it just clears the alias.