textutils.slowPrint
From ComputerCraft Wiki
Revision as of 21:13, 13 August 2012 by 70.73.32.201 (Talk)
![]() | |
Prints to the screen | |
Syntax | textutils.slowPrint(string text) |
Returns | Text printed on the screen |
Part of | ComputerCraft |
API | textutils |
Examples
![]() | |
Prints text to the screen, character by character. | |
Code |
textutils.slowPrint("Hello World!") |
Output | Hello, World! |