Difference between revisions of "Talk:Textutils.slowWrite"

From ComputerCraft Wiki
Jump to: navigation, search
(slowPrint() vs. slowWrite())
 
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
What is the difference to textutils.slowWrite()? (except for the ',' in Hello, World!)
+
What is the difference to textutils.slowPrint()? (except for the ',' in Hello, World!)
 
Needs clarification.
 
Needs clarification.
 +
<br />
 +
One makes a new line (slowPrint) and one (slowWrite) doesn't. --[[User:Thesbros|Thesbros]]

Latest revision as of 02:07, 20 September 2012

What is the difference to textutils.slowPrint()? (except for the ',' in Hello, World!) Needs clarification.
One makes a new line (slowPrint) and one (slowWrite) doesn't. --Thesbros