print

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)

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!