Print

From ComputerCraft Wiki
Revision as of 19:49, 7 July 2012 by Banane9 (Talk | contribs) (Created page with "{{Function |name=print |args= string |addon=ComputerCraft |desc=Lets you print the string on the terminal. |examples= {{Example |desc=Prints something. |code...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 [[{{{api}}} (API)|{{{api}}}]]

Examples

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