Difference between revisions of "Os.version"
From ComputerCraft Wiki
m (moved Os.version() to Os.version) |
|
(No difference)
|
Revision as of 07:38, 30 May 2012
Function os.version | |
Returns the version of the OS the computer is running. | |
Syntax | os.version() |
Returns | the version of the operating system of the Computer |
Part of | ComputerCraft |
API | os |
Examples
Example | |
prints the Computer OS | |
Code |
term.write(os.version()) |