<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wackozacko</id>
		<title>ComputerCraft Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wackozacko"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/Special:Contributions/Wackozacko"/>
		<updated>2026-07-11T15:58:56Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Talk:Hello_World_Tutorial&amp;diff=2806</id>
		<title>Talk:Hello World Tutorial</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Talk:Hello_World_Tutorial&amp;diff=2806"/>
				<updated>2012-09-03T20:18:34Z</updated>
		
		<summary type="html">&lt;p&gt;Wackozacko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Should we add a note about comments somewhere on this page? It's the first in the series on the tutorials page, so it would make the most sense here. Certainly not worth a new page to itself. [[User:My hat stinks|my_hat_stinks]] 17:21, 19 May 2012 (UTC)&lt;br /&gt;
: I actually came here specifically to ask that question. I Have just started going through the tutorials and got to the page [[Conditional statements]] where comments are used without any introduction. This is the most logical place. I suggest a small bit of reordering putting the '''print''' command first and introducing comments there. Perhaps&lt;br /&gt;
&lt;br /&gt;
To simply print it, type:&lt;br /&gt;
 --Simple Print&lt;br /&gt;
 print(&amp;quot;Hello World!&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
To print it letter by letter, type:&lt;br /&gt;
 --Slow Print&lt;br /&gt;
 textutils.slowPrint(&amp;quot;Hello World!&amp;quot;)&lt;br /&gt;
Please don't overuse slowprint. If you share your code it can annoy some users.&lt;br /&gt;
&lt;br /&gt;
You can also use:&lt;br /&gt;
 write(&amp;quot;Hello World!\n&amp;quot;)&lt;br /&gt;
'''\n''' is known as the newline character and makes any following output start on the next line. (print does this automatically!)&lt;br /&gt;
&lt;br /&gt;
: And then put a comment ''The lines beginning with '''--''' are not necessary for the program to function but are comments. When a program runs it will completely skip these lines. However, it is recommended that you get into the habit of commenting your code for readability and to help you or others understand the code if you return to it after some time.''&lt;br /&gt;
: I also made some other minor adjustments to the text above, hopefully improving readability and accuracy. [[User:Wackozacko|Wackozacko]] 16:18, 3 September 2012 (EDT)&lt;/div&gt;</summary>
		<author><name>Wackozacko</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Talk:Conditional_statements&amp;diff=2805</id>
		<title>Talk:Conditional statements</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Talk:Conditional_statements&amp;diff=2805"/>
				<updated>2012-09-03T19:59:18Z</updated>
		
		<summary type="html">&lt;p&gt;Wackozacko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Seems a little messy to me, but all the information should be there. [[User:My hat stinks|my_hat_stinks]] 18:49, 19 May 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:The first line under heading '''Available Conditions''' is unfinished and I'm not sure what is actually meant to be said. [[User:Wackozacko|Wackozacko]] 15:59, 3 September 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Also, consider changing ''&amp;quot;The &amp;quot;~=&amp;quot; condition compares two values to see if they are the same, and if they are '''not''' the same, the condition is met and the if statement passes.&amp;quot;'' to ''&amp;quot;The &amp;quot;~=&amp;quot; condition compares two values to see if they are '''not''' the same. If so, the condition is met and the if statement passes.&amp;quot;'' [[User:Wackozacko|Wackozacko]] 15:59, 3 September 2012 (EDT)&lt;/div&gt;</summary>
		<author><name>Wackozacko</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Talk:CraftOS_Shell&amp;diff=2804</id>
		<title>Talk:CraftOS Shell</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Talk:CraftOS_Shell&amp;diff=2804"/>
				<updated>2012-09-03T19:29:34Z</updated>
		
		<summary type="html">&lt;p&gt;Wackozacko: Created page with &amp;quot;Should not &amp;quot;clear&amp;quot; also be on this list? ~~~~&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Should not &amp;quot;clear&amp;quot; also be on this list? [[User:Wackozacko|Wackozacko]] 15:29, 3 September 2012 (EDT)&lt;/div&gt;</summary>
		<author><name>Wackozacko</name></author>	</entry>

	</feed>