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...")
| Lets you print the string on the terminal. | |
| Syntax | print(string) |
| Returns | nil |
| Part of | ComputerCraft |
| API | [[{{{api}}} (API)|{{{api}}}]] |
Examples
| Prints something. | |
| Code |
print ("Hello World!")
|
| Output | Hello World! |