Difference between revisions of "Os.getComputerLabel"
From ComputerCraft Wiki
(Created page with "{{lowercase}} {{Function |name=os.getComputerLabel |returns=the label of the Computer |api=os |addon=ComputerCraft |desc=returns the label of the computer this command is exec...") |
m (moved Os.getComputerLabel() to Os.getComputerLabel) |
(No difference)
|
Revision as of 07:39, 30 May 2012
Function os.getComputerLabel | |
returns the label of the computer this command is executed on. | |
Syntax | os.getComputerLabel() |
Returns | the label of the Computer |
Part of | ComputerCraft |
API | os |
Examples
Example | |
prints the Computer Label | |
Code |
term.write(os.getComputerLabel()) |