From ComputerCraft Wiki
Revision as of 22:21, 8 August 2012 by 82.18.32.77 (Talk) (Undo revision 2535 by 50.71.155.20 (talk) Fixing spam)
Function print | |
Lets you print the string on the terminal. | |
Syntax | print(string) |
Returns | nil |
Part of | ComputerCraft |
API | none |
Examples
Example | |
Prints something. | |
Code |
print ("Hello World!") |
Output | Hello World! |