Print

From ComputerCraft Wiki
Revision as of 13:12, 8 July 2012 by Pinkishu (Talk | contribs)

Jump to: navigation, search
Grid Redstone.png  Function print
Lets you print the string on the terminal.
Syntax print(string)
Returns nil
Part of ComputerCraft
API none

Examples

Grid paper.png  Example
Prints something.
Code
print ("Hello World!")
Output Hello World!