textutils.slowWrite

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

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


Grid Redstone.png  Function textutils.slowWrite
Writes to the screen
Syntax textutils.slowWrite(string text)
Returns Text written on the screen
Part of ComputerCraft
API textutils

Examples

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