os.version

From ComputerCraft Wiki
Revision as of 04:25, 18 May 2012 by 98.237.13.239 (Talk)

Jump to: navigation, search


Grid Redstone.png  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

Grid paper.png  Example
prints the Computer OS
Code
term.write(os.version())