textutils.slowPrint

From ComputerCraft Wiki
Revision as of 19:22, 13 August 2012 by Zalerinian (Talk | contribs) (Added the page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Grid Redstone.png  Function textutils.slowPrint
Prints to the screen
Syntax textutils.slowPrint(string text)
Returns Text printed on the screen
Part of ComputerCraft
API textutils

Examples

Grid paper.png  Example
Prints text to the screen, character by character.
Code
textutils.slowPrint("Hello World!")
Output Hello, world!