From ComputerCraft Wiki
| Lets you print the string on the terminal. | |
| Syntax | print(string) |
| Returns | nil |
| Part of | ComputerCraft |
| API | part of lua |
Examples
| Prints something. | |
| Code |
print ("Hello World!")
|
| Output | Hello World! |
| Lets you print the string on the terminal. | |
| Syntax | print(string) |
| Returns | nil |
| Part of | ComputerCraft |
| API | part of lua |
| Prints something. | |
| Code |
print ("Hello World!")
|
| Output | Hello World! |