<?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=Cranium</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=Cranium"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/Special:Contributions/Cranium"/>
		<updated>2026-07-11T06:08:07Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Category_talk:Notable_Programs&amp;diff=7233</id>
		<title>Category talk:Notable Programs</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Category_talk:Notable_Programs&amp;diff=7233"/>
				<updated>2015-09-06T04:36:05Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: Created page with &amp;quot;Before deletion, we should have a discussion re: the replacement for this page on the main page. What should be put there first before I go chopping willy-nilly at the page? ~~~~&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Before deletion, we should have a discussion re: the replacement for this page on the main page. What should be put there first before I go chopping willy-nilly at the page? [[User:Cranium|Cranium]] ([[User talk:Cranium|talk]]) 04:36, 6 September 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle&amp;diff=7232</id>
		<title>Turtle</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle&amp;diff=7232"/>
				<updated>2015-09-06T04:29:26Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: removal of workbench reference&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Block&lt;br /&gt;
|name=Turtle&lt;br /&gt;
|image=Grid turtle.png&lt;br /&gt;
|id=&lt;br /&gt;
|damage-value=&lt;br /&gt;
|is-peripheral=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Selfref|This is for the turtle block/item. For the API, visit [[Turtle (API)]].}}&lt;br /&gt;
&lt;br /&gt;
[[File:Turtles.png|thumb|Normal Turtle (left) and Advanced Turtle (right).]]&lt;br /&gt;
&lt;br /&gt;
'''Turtles''' and '''Advanced Turtles''' are essentially robots, and were added in the 1.3 update. They run an OS named [[TurtleOS]], similar to [[CraftOS]] for [[Computer]]s. They have the ability to place, break and detect blocks, move around and drop items in their inventory via their access to the [[Turtle_(API)|Turtle API]]. The programs they run are stored in their internal memory, or on [[Floppy Disk|floppy disks]].&lt;br /&gt;
&lt;br /&gt;
The 1.4 update was focused on turtles, and expanded their ability to use tools. Turtles are capable of using pickaxes, hoes, axes, shovels and swords. The update added &amp;quot;Crafty Turtles&amp;quot;, which have the ability to craft using their inventory - and part of this upgrade saw the number of inventory slots in the Turtle raised to 16 from the previous 9 slot inventory. The 1.4 update also included a new [[fuel]] system for the turtles.&lt;br /&gt;
&lt;br /&gt;
The 1.55 update added Advanced Turtles - made of gold, are able to display color, and have mouse input available through their display. Their exterior appearance is also of gold. They're just like [[Advanced Computer|Advanced Computers]], but with a smaller screen.&lt;br /&gt;
&lt;br /&gt;
Prior to 1.6, turtles had to have tools manually attached via crafting. As of that update, they are now also able to swap tools in and out of their inventory at will. That build also brought in caps to the arbitrarily large fuel values turtles could previously store - by default, they are now 20,000 units for regular turtles and 100,000 for advanced.&lt;br /&gt;
&lt;br /&gt;
Turtles are submersible and lavaproof. As such, they are extremely useful for mining near bedrock, where heavy [[lava]] flows can prevent access to diamonds and other rare finds.&lt;br /&gt;
&lt;br /&gt;
If you would like to know more about how to program them, have a look at the [[Turtle (API)|Turtle API]].&lt;br /&gt;
&lt;br /&gt;
Keep in mind that when turtles are 'mined', picked up, and placed somewhere else, they will not keep their programs unless they have been given a label. To do so, you simply need to type in &amp;quot;label set ''&amp;lt;labelName&amp;gt;''&amp;quot; at the [[TurtleOS]] prompt.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Floppy Disks and Peripherals==&lt;br /&gt;
Turtles do not have a built-in [[Disk Drive]]. As such, they need a [[Disk Drive]] placed beside them to access [[Floppy Disk|Floppy Disks]]. However, if the Turtle is of the Wireless family, the [[Disk Drive]] (and other peripherals) must be placed on a side other than the side the [[Wireless Modem|wireless modem]] is on. Any other peripherals, such as [[Monitor|Monitors]] and [[Printer|Printers]] can be interacted using the peripheral API.&lt;br /&gt;
&lt;br /&gt;
==Power source==&lt;br /&gt;
Turtles require [[fuel]] to operate - this means Turtles must be powered from any item that works in a regular furnace, like coal and lava. The turtle gains 0.6 &amp;quot;movement&amp;quot; per half second the fuel would have burnt in a furnace. The Turtle can move 1 block for each fuel count it has, for example, coal yields 80 block movements.&lt;br /&gt;
&lt;br /&gt;
=== Optional Non-fuel mode ===&lt;br /&gt;
In this mode, Turtles use their internal Redstone Engine, and as such, they do not need to be re-charged, or receive any other form of external power. This is because Redstone continuously emits low levels of energy, and the Turtle's engine is very efficient. This mode can be turned on by editing [[ComputerCraft.cfg]] and setting &amp;lt;var&amp;gt;turtleNeedsFuel&amp;lt;/var&amp;gt; to &amp;lt;var&amp;gt;false&amp;lt;/var&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Dyeing==&lt;br /&gt;
As of ComputerCraft 1.63 Turtles can be dyed using Dyes. It supports all 16 different colors, so you can have a green Farming Turtle harvesting some melons and a gray Mining Turtle gathering materials and mining ores.&lt;br /&gt;
&lt;br /&gt;
==Farming==&lt;br /&gt;
Turtles equipped with a [[diamond hoe]] can till dirt so it can later be used for Farming. An example of a use for this would be using it to till, plant, and harvest your wheat farm and dropping any product in a chest for you.&lt;br /&gt;
&lt;br /&gt;
==Mining==&lt;br /&gt;
Turtles crafted with a [[diamond pickaxe]], [[diamond axe]], or [[diamond shovel]], can break blocks, chop wood, mine stone and ores, and even break dirt and gravel (depending on the tool you used on it). The tools equipped on the Turtle have no durability, and so can be used indefinitely without the need for any additional materials. When a Turtle breaks the block, the Turtle receives the item directly into it's inventory. Different tools yield different drops - for example, an axe can break anything, but it won't drop ores.&lt;br /&gt;
&lt;br /&gt;
==Crafting==&lt;br /&gt;
Turtles with a [http://www.minecraftwiki.net/wiki/Crafting_Table Crafting Table] can craft items if they have the correct materials to do so, and all other slots outside the crafting-zone are empty.&lt;br /&gt;
&lt;br /&gt;
==Melee==&lt;br /&gt;
Turtles equipped with a [[diamond sword]] can attack players and mobs. When a Turtle kills a mob it will leave the experience orbs on the ground, but add the loot to its inventory. Turtles can also attack with any tool, where the [[diamond axe]] is the second best after the [[diamond sword]].&lt;br /&gt;
&lt;br /&gt;
==Inventory Interaction==&lt;br /&gt;
Turtles can interact with blocks that have inventories. This includes chests, furnaces, [[Printer]]s and even blocks with inventories in other mods. (This means a turtle cannot interact with a player's inventory, unless you use a third party peripheral). Turtles can interact with such inventories by using [[Turtle.suck|turtle.suck, turtle.suckDown, turtle.suckUp]] (To retrieve the first item in the inventory. The turtle finds the first item by scanning the first row from left to right, then the second row from left to right, etc). Turtles can also place items inside inventories, by using [[Turtle.drop|turtle.drop, turtle.dropUp, turtle.dropDown]], which places items on the first item slot available (Using the same system as the one described for retrieving items).&lt;br /&gt;
&lt;br /&gt;
In special inventories, with just a few slots on the top or bottom - for example furnaces - you can specify which slot to place an item in by positioning the turtle in the corresponding location to the front face of the inventory. For example in a furnace, you would use a turtle at the bottom of the furnace for it to place fuel in the furnace, a turtle at the top to place objects to smelt, and a turtle to the right to retrieve the smelted objects (Note that you can do this with just 1 turtle moving around).&lt;br /&gt;
&lt;br /&gt;
==Peripheral functions==&lt;br /&gt;
&lt;br /&gt;
Just like a [[Computer]], a Turtle can be [[peripheral.wrap|used]] as a peripheral. You can find all Turtle peripheral functions [[Computer_(API)|here]].&lt;br /&gt;
&lt;br /&gt;
==Recipes==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+'''Crafting ingredients'''&lt;br /&gt;
|-&lt;br /&gt;
|Turtle&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A1=iron_ingot |B1=iron_ingot |C1=iron_ingot&lt;br /&gt;
 |A2=iron_ingot |B2=Computer   |C2=iron_ingot&lt;br /&gt;
 |A3=iron_ingot |B3=chest      |C3=iron_ingot&lt;br /&gt;
 |Output=turtle |Output-link=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|Advanced Turtle&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A1=Gold_Ingot |B1=Gold_Ingot |C1=Gold_Ingot&lt;br /&gt;
 |A2=Gold_Ingot |B2=Advanced_Computer   |C2=Gold_Ingot&lt;br /&gt;
 |A3=Gold_Ingot |B3=chest      |C3=Gold_Ingot&lt;br /&gt;
 |Output=Advanced_Turtle |Output-link=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note:''' NEI has been known to present the recipe for an advanced turtle as requiring a normal computer, somehow ignoring the actual recipe.&lt;br /&gt;
&lt;br /&gt;
Turtles can be equipped with different peripherals and tools. A turtle can only be crafted with one tool and one peripheral, however the crafting table can act as a tool, or peripheral. Turtles may later use [[Turtle.equipLeft|turtle.equipLeft()]] / [[Turtle.equipRight|turtle.equipRight()]] to add, remove or exchange tools in any combination.&lt;br /&gt;
&amp;lt;br&amp;gt;The following tools can be equipped to a turtles: [[diamond pickaxe]], [[diamond axe]], [[diamond shovel]], [[diamond hoe]] and [[diamond sword]]&lt;br /&gt;
&amp;lt;br&amp;gt;The following peripherals can be equipped to a turtles: [[Wireless Modem|wireless modem]] and [[Crafting Table|crafting tables]].&lt;br /&gt;
&amp;lt;br&amp;gt;Diamond tools must be unused (i.e. not have a durability bar showing) an unenchanted to combine with a turtle.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;'''Turtle recipe and examples for equipping a turtle with tools and peripherals (Note that any variants of the turtle can also be crafted with the Advanced Turtle):'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! !! None !! Crafty !! Wireless&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot;| None&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |B2=turtle&lt;br /&gt;
 |Output=turtle |Output-link=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |B2=turtle |A2=workbench&lt;br /&gt;
 |Output=Crafty_Turtle |Output-link=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |B2=turtle |A2=Modem&lt;br /&gt;
 |Output=wireless_turtle |Output-link=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot;| Mining&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |B2=turtle |C2=diamond_pickaxe&lt;br /&gt;
 |Output=mining_turtle |Output-link=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A2=workbench |B2=turtle |C2=diamond_pickaxe&lt;br /&gt;
 |Output=Crafty_Mining_Turtle |Output-link=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A2=Modem |B2=turtle |C2=diamond_pickaxe&lt;br /&gt;
 |Output=wireless_mining_turtle |Output-link=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot;| Farming&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |B2=turtle |C2=diamond_hoe&lt;br /&gt;
 |Output=Farming_Turtle |Output-link=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A2=workbench |B2=turtle |C2=diamond_hoe&lt;br /&gt;
 |Output=Crafty_Farming_Turtle |Output-link=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A2=Modem |B2=turtle |C2=diamond_hoe&lt;br /&gt;
 |Output=Wireless_Farming_Turtle |Output-link=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot;| Melee&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |B2=turtle |C2=diamond_sword&lt;br /&gt;
 |Output=Melee_Turtle |Output-link=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A2=workbench |B2=turtle |C2=diamond_sword&lt;br /&gt;
 |Output=Crafty_Melee_Turtle |Output-link=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A2=Modem |B2=turtle |C2=diamond_sword&lt;br /&gt;
 |Output=Wireless_Melee_Turtle |Output-link=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot;| Felling&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |B2=turtle |C2=diamond_axe&lt;br /&gt;
 |Output=Felling_Turtle |Output-link=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A2=workbench |B2=turtle |C2=diamond_axe&lt;br /&gt;
 |Output=Crafty_Felling_Turtle |Output-link=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A2=Modem |B2=turtle |C2=diamond_axe&lt;br /&gt;
 |Output=Wireless_Felling_Turtle |Output-link=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot;| Digging&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |B2=turtle |C2=diamond_shovel&lt;br /&gt;
 |Output=Digging_Turtle |Output-link=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A2=workbench |B2=turtle |C2=diamond_shovel&lt;br /&gt;
 |Output=Crafty_Digging_Turtle |Output-link=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A2=Modem |B2=turtle |C2=diamond_shovel&lt;br /&gt;
 |Output=Wireless_Digging_Turtle |Output-link=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot;| Crafty&lt;br /&gt;
|See Above&lt;br /&gt;
|N/A&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A2=Modem |B2=turtle |C2=workbench&lt;br /&gt;
 |Output=Wireless_Crafty_Turtle |Output-link=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{BlocksItemsList}}&lt;br /&gt;
[[Category:Blocks]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Number_(type)&amp;diff=7231</id>
		<title>Number (type)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Number_(type)&amp;diff=7231"/>
				<updated>2015-09-06T04:24:37Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: int and float pages deleted, as info is on this page now&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A '''number''' is a data type which represents any real number (for example, 1, -900.1, or 13.37). There are a two types of different numbers that can be used within Lua programming.&lt;br /&gt;
&lt;br /&gt;
==int==&lt;br /&gt;
An '''int''' (short for 'integer') is a data type which represents a real, absolute number.&lt;br /&gt;
&lt;br /&gt;
An integer is a whole-number (without an express or implied decimal point). For example, 1, 5, -102 and 101283 are all integers. Numbers like 9.5, 8.3 and -53124.4 are not integers, they are floating point numbers.&lt;br /&gt;
&lt;br /&gt;
==Float==&lt;br /&gt;
'''Float''' (short for &amp;quot;floating point&amp;quot;) is a data-type for numbers. &lt;br /&gt;
&lt;br /&gt;
Floating point numbers are decimals; they have an expressed decimal point and value (regardless of the value after the decimal place). For example, 1.4 and 5.2 are floats, and 1.0, 5.0 and 1293.0 are also floating point numbers.&lt;br /&gt;
&lt;br /&gt;
Numbers without an express (or in the case of a floating point number, implied) decimal point are integers.&lt;br /&gt;
&lt;br /&gt;
==More information==&lt;br /&gt;
For a more in-depth and concise explanation of types, please consult the [http://www.lua.org/manual/5.1/manual.html#2.2 Lua 5.1 Official Manual].&lt;br /&gt;
&lt;br /&gt;
[[Category:Lua_Types]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Wiki_Todo&amp;diff=7230</id>
		<title>Wiki Todo</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Wiki_Todo&amp;diff=7230"/>
				<updated>2015-09-06T04:20:33Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: /* General Wiki Stuff */ Pages have apparently been added that address the missing vanilla links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;padding-left: 8px; float: right&amp;quot;&amp;gt;{{List of Administrators}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;span style='font-size: 132%; font-weight:bold;'&amp;gt;This page lists where work is needed to be done on the wiki. If you would like to help, we ask that you please make an account and help wherever you can.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''If you need to contact an Administrator, please visit an admin's userpage, and leave a note on their talk page.''&lt;br /&gt;
&lt;br /&gt;
'''If you make a change here, please give us as much detail as you can, and sign the end of your change using four tildes, like so: &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;. This allows us to get back to you if we need more information.'''&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Missing, ToDelete &amp;amp; NeedsWork Pages ==&lt;br /&gt;
* The [[:Category:Pages_Needing_Changes|Pages Needing Changes]] list shows all the pages that have been tagged with &amp;lt;nowiki&amp;gt;{{NeedsWork}}&amp;lt;/nowiki&amp;gt; or &amp;lt;nowiki&amp;gt;{{Stub}}&amp;lt;/nowiki&amp;gt;. These pages either need more information, to be tidied, re-worded or adjusted, or just needs some TLC.&lt;br /&gt;
* The [[Special:WantedPages| Wanted Pages]] list shows all the pages that are missing (have been linked to, but aren't there). You should first check that the page being requested doesn't already exist (in case the person misspelled the page) and then, if you're feeling adventurous, put together a page. You can always come back, or tag the page with a &amp;lt;nowiki&amp;gt;{{NeedsWork}}&amp;lt;/nowiki&amp;gt; or a &amp;lt;nowiki&amp;gt;{{Stub}}&amp;lt;/nowiki&amp;gt; tag. If you need help, ask us! We don't bite. &lt;br /&gt;
* The [[:Category:Pages_Recommended_for_Deletion|Pages Recommended for Deletion]] list shows all the pages that have been tagged with &amp;lt;nowiki&amp;gt;{{ToDelete}}&amp;lt;/nowiki&amp;gt;, their content is obsolete, duplicitous or irrelevant. Pages in this category have been recommended for deletion by editors who do not have the ability to do so. Users with the ability to do so should delete pages they believe should be removed and remove the tag from pages they believe shouldn't.&lt;br /&gt;
&lt;br /&gt;
== Additional Tasks ==&lt;br /&gt;
*[[Vector_(API)|Vector]] &amp;lt;s&amp;gt;(Needs link to page explaining or description explaining what a vector is and function pages)&amp;lt;/s&amp;gt;&lt;br /&gt;
** &amp;lt;s&amp;gt;It now has a link to Wikipedia, but it doesn't use any of the method or example templates. Can we get this rectified? ''[[User:AfterLifeLochie|AfterLifeLochie]] 02:14, 29 November 2012 (MSK)''&amp;lt;/s&amp;gt;&lt;br /&gt;
** Now has pages to every function in a standard template.  May need to double check work for any broken links or missing pages.  Examples and descriptions probably need work. ''[[User:MafiaMoe|MafiaMoe]] 18:38, 23 February 2013 (MSK)''&lt;br /&gt;
* Some links don't link to their correct pages, resulting in page duplication and wasting time deleting pages. Can sometimes be found in the [[Special:WantedPages| Wanted Pages.]]&lt;br /&gt;
&lt;br /&gt;
== Wiki Admin Things ==&lt;br /&gt;
=== General Wiki Stuff ===&lt;br /&gt;
* Would it be possible to get lua syntax highlighting for tutorials and program code? I noticed that Wikipedia has syntax highlighting for lua, which they can do using: &amp;lt;tt&amp;gt;&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; &amp;lt;/syntaxhighlight&amp;gt;&amp;lt;/tt&amp;gt; tags. I looked it up, and Wikipedia appears to use [https://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi SyntaxHighlight GeSHi] which is a GPL mediawiki extension. There's a download link on that page, and Wikipedia appears to have instructions for installing extensions [https://www.mediawiki.org/wiki/Manual:Extensions#Installing_an_extension here]. I think this would be an awesome addition for the Computercraft Wiki. :) -[[User:Turkey|Turkey]] 23:45, 29 August 2014 (GMT)&lt;br /&gt;
[[Category:Lists]]&lt;br /&gt;
&lt;br /&gt;
=== Need Update ===&lt;br /&gt;
What about those pages with only one sentence in it like [[Water]]? Shoudn't we delete them, it's not a &amp;quot;official&amp;quot; part of Computercraft. --[[User:LuckyLuke|LuckyLuke]] ([[User talk:LuckyLuke|talk]]) 15:58, 30 July 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=CraftOS_Shell&amp;diff=7229</id>
		<title>CraftOS Shell</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=CraftOS_Shell&amp;diff=7229"/>
				<updated>2015-09-06T04:18:58Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: Minor change for table color format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid #C9C9C9 1px; background: #D3FFC2; line-height:28px;&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Grid_disk.png|24px]]&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;
CraftOS Shell Programs&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;width: 350px; background: #E0E0E0; padding: .4em; font-weight:bold;&amp;quot;&amp;gt;Program Name&amp;lt;/td&amp;gt;&amp;lt;td style=&amp;quot;background: #E0E0E0; padding: .4em; font-weight:bold;&amp;quot;&amp;gt;Description&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-alias&amp;quot;&amp;gt;[[alias]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;alias &amp;lt;alias&amp;gt; &amp;lt;program&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Maps an alias string to a program.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-apis&amp;quot;&amp;gt;[[apis]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;apis&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Lists all loaded APIs.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-apis&amp;quot;&amp;gt;[[bg]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;bg &amp;lt;program&amp;gt; &amp;lt;arguments&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Opens the specified script in a new [[multishell]] tab. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Added by ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-cd&amp;quot;&amp;gt;[[cd]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;cd &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Changes to the specified directory&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-clear&amp;quot;&amp;gt;[[clear]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;clear&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Clears the terminal.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-copy&amp;quot;&amp;gt;[[copy]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;copy &amp;lt;source&amp;gt; &amp;lt;destination&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Copies a source file or folder to a destination&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-dj&amp;quot;&amp;gt;[[delete]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;delete &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Deletes the specified file (in the same manner as [[rm]]).&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-dj&amp;quot;&amp;gt;[[dj]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;dj&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Music box DJ - use &amp;lt;tt&amp;gt;dj&amp;lt;/tt&amp;gt; for help.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-drive&amp;quot;&amp;gt;[[drive]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;drive&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;drive &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Lists the mount location of the current directory, or the path specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-edit&amp;quot;&amp;gt;[[edit]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;edit &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Edits the file specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-eject&amp;quot;&amp;gt;[[eject]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;eject &amp;lt;side&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Ejects the disk on the side specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-exit&amp;quot;&amp;gt;[[exit]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;exit&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Exits the currently running shell session - if it is the only shell session, the computer will power off.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-exit&amp;quot;&amp;gt;[[fg]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;fg &amp;lt;program&amp;gt; &amp;lt;arguments&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Opens the specified script in a new [[multishell]] tab, then switches to it. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Added by ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-gps&amp;quot;&amp;gt;[[Gps (program)|gps]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;gps &amp;lt;?&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Minecraft Global Positioning tool. Use &amp;lt;tt&amp;gt;gps&amp;lt;/tt&amp;gt; for help.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-help&amp;quot;&amp;gt;[[help]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;help&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;help &amp;lt;topic&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Help utility. Opens the specified topic, or the introduction if no topic is specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-id&amp;quot;&amp;gt;[[id]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;id&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;id &amp;lt;side&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Returns the ID of the computer, or if a side is specified, the ID of the disk in the specified side.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-label&amp;quot;&amp;gt;[[label]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;label&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Gets and sets the ID of the computer, or, the ID of a disk in a specified side. Use &amp;lt;tt&amp;gt;label&amp;lt;/tt&amp;gt; for help.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-list&amp;quot;&amp;gt;[[list]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;list&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;list &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Lists the content of the current directory, or, the directory specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-lua&amp;quot;&amp;gt;[[lua]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;lua&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Interactive Lua interpreter at the shell.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-mkdir&amp;quot;&amp;gt;[[mkdir]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;mkdir &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Makes the directory at the path specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-monitor&amp;quot;&amp;gt;[[Monitor (program)|monitor]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;monitor &amp;lt;side&amp;gt; &amp;lt;program&amp;gt; &amp;lt;arguments&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Redirects a specified program to a monitor on the specified side.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-move&amp;quot;&amp;gt;[[move]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;move &amp;lt;source&amp;gt; &amp;lt;destination&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Moves a file or folder at a specified source path to the specified destination path.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-move&amp;quot;&amp;gt;[[multishell]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;multishell&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Opens a new instance of multishell, running within the ''current'' multishell session. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Added by ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-pastebin&amp;quot;&amp;gt;[[pastebin]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;pastebin &amp;lt;get/run/put&amp;gt; &amp;lt;pastebin code/file&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Allows the user to either retrieve a file from [http://pastebin.com/ pastebin.com], run it directly after downloading, or upload a file from the computer/turtle.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-programs&amp;quot;&amp;gt;[[programs]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;programs&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Lists all programs on the system.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-reboot&amp;quot;&amp;gt;[[reboot]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;reboot&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Reboots the Computer.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-redprobe&amp;quot;&amp;gt;[[redprobe]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;redprobe&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;List redstone stats. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Removed in ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-redpulse&amp;quot;&amp;gt;[[redpulse]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;redpulse&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Redstone output pulse tool. Use &amp;lt;tt&amp;gt;redpulse&amp;lt;/tt&amp;gt; for help. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Removed in ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-redset&amp;quot;&amp;gt;[[redset]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;redset&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Redstone output set tool. Use &amp;lt;tt&amp;gt;redset&amp;lt;/tt&amp;gt; for help. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Removed in ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-redset&amp;quot;&amp;gt;[[redstone (program)|redstone]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;redstone &amp;lt;?&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Controls the redstone output state(s) of the system. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Added by ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-redset&amp;quot;&amp;gt;[[repeat]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;repeat&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Configures the system to act as a [[rednet (API)|rednet]] repeater. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Added by ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-time&amp;quot;&amp;gt;[[time]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;time&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Returns the Minecraft time of day.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-type&amp;quot;&amp;gt;[[type]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;type &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Returns the type of the object or file at the specified path.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-rename&amp;quot;&amp;gt;[[rename]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;rename &amp;lt;old-name&amp;gt; &amp;lt;new-name&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Renames a file or directory.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-rename&amp;quot;&amp;gt;[[rm]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;rm &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Deletes the specified file (in the same manner as [[delete]]).&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-shell&amp;quot;&amp;gt;[[shell]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;shell, shell &amp;lt;program&amp;gt; &amp;lt;arguments&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Opens another shell session. Runs a program if specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-shutdown&amp;quot;&amp;gt;[[shutdown]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;shutdown&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Powers off the Computer.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Added TurtleOS programs ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid #C9C9C9 1px; background: #D3FFC2; line-height:28px;&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Grid_disk.png|24px]]&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;
Additional TurtleOS Shell Programs&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;width: 350px; background: #E0E0E0; padding: .4em; font-weight:bold;&amp;quot;&amp;gt;Program Name&amp;lt;/td&amp;gt;&amp;lt;td style=&amp;quot;background: #E0E0E0; padding: .4em; font-weight:bold;&amp;quot;&amp;gt;Description&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-apis&amp;quot;&amp;gt;[[craft]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;craft&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;The turtle will, if it is able, craft an item from the contents of its inventory.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-alias&amp;quot;&amp;gt;[[dance]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;dance&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Initiates &amp;quot;get down&amp;quot; procedure.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-alias&amp;quot;&amp;gt;[[equip]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;equip &amp;lt;side&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;The turtle will attempt to place a tool on its specified side. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Added by ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-apis&amp;quot;&amp;gt;[[excavate]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;excavate &amp;lt;width&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Digs a square-shaped quarry to bedrock, of width equal to that specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-alias&amp;quot;&amp;gt;[[go]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;go &amp;lt;?&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Moves the turtle.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-apis&amp;quot;&amp;gt;[[refuel]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;refuel &amp;lt;amount&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Attempts to replenish the turtle's [[fuel]] supply with items from its inventory.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-alias&amp;quot;&amp;gt;[[tunnel]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;tunnel &amp;lt;width&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Digs a horizontal tunnel leading off in the direction the turtle is facing.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-apis&amp;quot;&amp;gt;[[turn]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;turn &amp;lt;?&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Causes the turtle to rotate.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-alias&amp;quot;&amp;gt;[[unequip]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;unequip&amp;lt;width&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Attempts to remove a tool from the turtle's specified side. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Added by ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Built In Turtle Programs]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Programs]][[Category:Lists]][[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Disk.getAudioTitle&amp;diff=7081</id>
		<title>Disk.getAudioTitle</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Disk.getAudioTitle&amp;diff=7081"/>
				<updated>2015-06-28T23:23:40Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=disk.getAudioTitle&lt;br /&gt;
|args={{Type|string}} side&lt;br /&gt;
|api=disk&lt;br /&gt;
|returns={{Type|string}} the track title, or false if there is not a music record in the drive&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Reads the title of the audio track from the music record in the drive. The [[disk.getLabel]] function also returns the track title of a music record.&lt;br /&gt;
|examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Returns the title of an audio disk&lt;br /&gt;
|code=print(disk.getAudioTitle(&amp;quot;bottom&amp;quot;))&lt;br /&gt;
|output=C418 - ward '''Output changes according to the audio title'''&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:API_Functions]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Computer.isOn&amp;diff=7052</id>
		<title>Computer.isOn</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Computer.isOn&amp;diff=7052"/>
				<updated>2015-06-18T05:04:05Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: Created isOn function page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=''computer''.isOn&lt;br /&gt;
|api=peripheral&lt;br /&gt;
|returns={{type|boolean}} power state&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Returns the ON/OFF state of the [[Computer]] or [[Turtle]] wrapped to the &amp;lt;var&amp;gt;computer&amp;lt;/var&amp;gt; variable.&lt;br /&gt;
|examples={{Example&lt;br /&gt;
|desc=Prints the power state of a computer or turtle on the right side of the calling machine.&lt;br /&gt;
|code=&lt;br /&gt;
 local computer = [[peripheral.wrap]](&amp;quot;right&amp;quot;)&lt;br /&gt;
 &lt;br /&gt;
 [[print]]('''computer.isOn()''')&lt;br /&gt;
|output=The power state of any computer or turtle to the right of the calling machine.&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Lua_Core_Functions]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Computer_(API)&amp;diff=7051</id>
		<title>Computer (API)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Computer_(API)&amp;diff=7051"/>
				<updated>2015-06-18T05:01:49Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PeripheralAPI}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
The Computer API is a peripheral API that allows [[Computer|computers]] and [[Turtle|turtles]] to interact with other computers and turtles.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
''computer'' stands for the variable you [[peripheral.wrap|wrapped]] the computer to.&lt;br /&gt;
&lt;br /&gt;
{{API table|Computer|image=Grid disk.png|2=&lt;br /&gt;
&lt;br /&gt;
{{API table/row&lt;br /&gt;
|[[computer.turnOn|''computer''.turnOn]]()&lt;br /&gt;
|{{type|nil}}&lt;br /&gt;
|Turns on the [[Computer]] or [[Turtle]].&lt;br /&gt;
|odd}}&lt;br /&gt;
&lt;br /&gt;
{{API table/row&lt;br /&gt;
|[[computer.shutdown|''computer''.shutdown]]()&lt;br /&gt;
|{{type|nil}}&lt;br /&gt;
|Shuts off the [[Computer]] or [[Turtle]].}}&lt;br /&gt;
&lt;br /&gt;
{{API table/row&lt;br /&gt;
|[[computer.reboot|''computer''.reboot]]()&lt;br /&gt;
|{{type|nil}}&lt;br /&gt;
|Reboots the [[Computer]] or [[Turtle]].&lt;br /&gt;
|odd}}&lt;br /&gt;
&lt;br /&gt;
{{API table/row&lt;br /&gt;
|[[computer.getID|''computer''.getID]]()&lt;br /&gt;
|{{type|number}} computerID&lt;br /&gt;
|Returns the ID of the [[Computer]] or [[Turtle]].}}&lt;br /&gt;
&lt;br /&gt;
{{API table/row&lt;br /&gt;
|[[computer.isOn|''computer''.isOn]]()&lt;br /&gt;
|{{type|boolean}} power state&lt;br /&gt;
|Returns the ON/OFF state of the [[Computer]] or [[Turtle]].&lt;br /&gt;
|odd}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category: Peripheral APIs]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Computer_(API)&amp;diff=7050</id>
		<title>Computer (API)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Computer_(API)&amp;diff=7050"/>
				<updated>2015-06-18T05:00:37Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: Add isOn function&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PeripheralAPI}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
The Computer API is a peripheral API that allows [[Computer|computers]] and [[Turtle|turtles]] to interact with other computers and turtles.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
''computer'' stands for the variable you [[peripheral.wrap|wrapped]] the computer to.&lt;br /&gt;
&lt;br /&gt;
{{API table|Computer|image=Grid disk.png|2=&lt;br /&gt;
&lt;br /&gt;
{{API table/row&lt;br /&gt;
|[[computer.turnOn|''computer''.turnOn]]()&lt;br /&gt;
|{{type|nil}}&lt;br /&gt;
|Turns on the [[Computer]] or [[Turtle]].&lt;br /&gt;
|odd}}&lt;br /&gt;
&lt;br /&gt;
{{API table/row&lt;br /&gt;
|[[computer.shutdown|''computer''.shutdown]]()&lt;br /&gt;
|{{type|nil}}&lt;br /&gt;
|Shuts off the [[Computer]] or [[Turtle]].}}&lt;br /&gt;
&lt;br /&gt;
{{API table/row&lt;br /&gt;
|[[computer.reboot|''computer''.reboot]]()&lt;br /&gt;
|{{type|nil}}&lt;br /&gt;
|Reboots the [[Computer]] or [[Turtle]].&lt;br /&gt;
|odd}}&lt;br /&gt;
&lt;br /&gt;
{{API table/row&lt;br /&gt;
|[[computer.getID|''computer''.getID]]()&lt;br /&gt;
|{{type|number}} computerID&lt;br /&gt;
|Returns the ID of the [[Computer]] or [[Turtle]].}}&lt;br /&gt;
&lt;br /&gt;
{{API table/row&lt;br /&gt;
|[[computer.isOn|''computer''.isOn]]()&lt;br /&gt;
|{{type|boolean}} power status&lt;br /&gt;
|Returns the ON/OFF state of the [[Computer]] or [[Turtle]].&lt;br /&gt;
|odd}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category: Peripheral APIs]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=CraftOS_Shell&amp;diff=6670</id>
		<title>CraftOS Shell</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=CraftOS_Shell&amp;diff=6670"/>
				<updated>2014-08-13T20:50:49Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: added pastebin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid #C9C9C9 1px; background: #D3FFC2; line-height:28px;&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Grid_disk.png|24px]]&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;
CraftOS Shell Programs&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;width: 350px; background: #E0E0E0; padding: .4em; font-weight:bold;&amp;quot;&amp;gt;Program Name&amp;lt;/td&amp;gt;&amp;lt;td style=&amp;quot;background: #E0E0E0; padding: .4em; font-weight:bold;&amp;quot;&amp;gt;Description&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-alias&amp;quot;&amp;gt;[[alias]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;alias &amp;lt;alias&amp;gt; &amp;lt;program&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Maps an alias string to a program.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-apis&amp;quot;&amp;gt;[[apis]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;apis&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Lists all loaded APIs.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-apis&amp;quot;&amp;gt;[[bg]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;bg &amp;lt;program&amp;gt; &amp;lt;arguments&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Opens the specified script in a new [[multishell]] tab. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Added by ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-cd&amp;quot;&amp;gt;[[cd]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;cd &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Changes to the specified directory&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-clear&amp;quot;&amp;gt;[[clear]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;clear&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Clears the terminal.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-copy&amp;quot;&amp;gt;[[copy]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;copy &amp;lt;source&amp;gt; &amp;lt;destination&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Copies a source file or folder to a destination&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-dj&amp;quot;&amp;gt;[[delete]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;delete &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Deletes the specified file (in the same manner as [[rm]]).&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-dj&amp;quot;&amp;gt;[[dj]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;dj&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Music box DJ - use &amp;lt;tt&amp;gt;dj&amp;lt;/tt&amp;gt; for help.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-drive&amp;quot;&amp;gt;[[drive]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;drive&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;drive &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Lists the mount location of the current directory, or the path specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-edit&amp;quot;&amp;gt;[[edit]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;edit &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Edits the file specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-eject&amp;quot;&amp;gt;[[eject]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;eject &amp;lt;side&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Ejects the disk on the side specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-exit&amp;quot;&amp;gt;[[exit]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;exit&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Exits the currently running shell session - if it is the only shell session, the computer will power off.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-exit&amp;quot;&amp;gt;[[fg]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;fg &amp;lt;program&amp;gt; &amp;lt;arguments&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Opens the specified script in a new [[multishell]] tab, then switches to it. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Added by ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-gps&amp;quot;&amp;gt;[[Gps (program)|gps]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;gps &amp;lt;?&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Minecraft Global Positioning tool. Use &amp;lt;tt&amp;gt;gps&amp;lt;/tt&amp;gt; for help.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-help&amp;quot;&amp;gt;[[help]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;help&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;help &amp;lt;topic&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Help utility. Opens the specified topic, or the introduction if no topic is specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-id&amp;quot;&amp;gt;[[id]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;id&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;id &amp;lt;side&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Returns the ID of the computer, or if a side is specified, the ID of the disk in the specified side.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-label&amp;quot;&amp;gt;[[label]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;label&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Gets and sets the ID of the computer, or, the ID of a disk in a specified side. Use &amp;lt;tt&amp;gt;label&amp;lt;/tt&amp;gt; for help.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-list&amp;quot;&amp;gt;[[list]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;list&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;list &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Lists the content of the current directory, or, the directory specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-lua&amp;quot;&amp;gt;[[lua]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;lua&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Interactive Lua interpreter at the shell.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-mkdir&amp;quot;&amp;gt;[[mkdir]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;mkdir &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Makes the directory at the path specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-monitor&amp;quot;&amp;gt;[[monitor]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;monitor &amp;lt;side&amp;gt; &amp;lt;program&amp;gt; &amp;lt;arguments&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Redirects a specified program to a monitor on the specified side.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-move&amp;quot;&amp;gt;[[move]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;move &amp;lt;source&amp;gt; &amp;lt;destination&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Moves a file or folder at a specified source path to the specified destination path.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-move&amp;quot;&amp;gt;[[multishell]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;multishell&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Opens a new instance of multishell, running within the ''current'' multishell session. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Added by ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-pastebin&amp;quot;&amp;gt;[[pastebin]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;pastebin &amp;lt;get/run/put&amp;gt; &amp;lt;pastebin code/file&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Allows the user to either retrieve a file from [http://pastebin.com/ pastebin.com], run it directly after downloading, or upload a file from the computer/turtle.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-programs&amp;quot;&amp;gt;[[programs]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;programs&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Lists all programs on the system.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-reboot&amp;quot;&amp;gt;[[reboot]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;reboot&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Reboots the Computer.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-redprobe&amp;quot;&amp;gt;[[redprobe]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;redprobe&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;List redstone stats. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Removed in ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-redpulse&amp;quot;&amp;gt;[[redpulse]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;redpulse&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Redstone output pulse tool. Use &amp;lt;tt&amp;gt;redpulse&amp;lt;/tt&amp;gt; for help. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Removed in ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-redset&amp;quot;&amp;gt;[[redset]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;redset&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Redstone output set tool. Use &amp;lt;tt&amp;gt;redset&amp;lt;/tt&amp;gt; for help. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Removed in ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-redset&amp;quot;&amp;gt;[[redstone (program)|redstone]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;redstone &amp;lt;?&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Controls the redstone output state(s) of the system. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Added by ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-redset&amp;quot;&amp;gt;[[repeat]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;repeat&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Configures the system to act as a [[rednet (API)|rednet]] repeater. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Added by ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-time&amp;quot;&amp;gt;[[time]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;time&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Returns the Minecraft time of day.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-type&amp;quot;&amp;gt;[[type]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;type &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Returns the type of the object or file at the specified path.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-rename&amp;quot;&amp;gt;[[rename]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;rename &amp;lt;old-name&amp;gt; &amp;lt;new-name&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Renames a file or directory.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-rename&amp;quot;&amp;gt;[[rm]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;rm &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Deletes the specified file (in the same manner as [[delete]]).&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-shell&amp;quot;&amp;gt;[[shell]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;shell, shell &amp;lt;program&amp;gt; &amp;lt;arguments&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Opens another shell session. Runs a program if specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-shutdown&amp;quot;&amp;gt;[[shutdown]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;shutdown&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Powers off the Computer.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid #C9C9C9 1px; background: #D3FFC2; line-height:28px;&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Grid_disk.png|24px]]&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;
Additional TurtleOS Shell Programs&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;width: 350px; background: #E0E0E0; padding: .4em; font-weight:bold;&amp;quot;&amp;gt;Program Name&amp;lt;/td&amp;gt;&amp;lt;td style=&amp;quot;background: #E0E0E0; padding: .4em; font-weight:bold;&amp;quot;&amp;gt;Description&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-alias&amp;quot;&amp;gt;[[dance]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;dance&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Initiates &amp;quot;get down&amp;quot; procedure.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-apis&amp;quot;&amp;gt;[[craft]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;craft&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;The turtle will, if it is able, craft an item from the contents of its inventory.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-alias&amp;quot;&amp;gt;[[equip]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;equip &amp;lt;side&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;The turtle will attempt to place a tool on its specified side. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Added by ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-apis&amp;quot;&amp;gt;[[excavate]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;excavate &amp;lt;width&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Digs a square-shaped quarry to bedrock, of width equal to that specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-alias&amp;quot;&amp;gt;[[go]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;go &amp;lt;?&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Moves the turtle.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-apis&amp;quot;&amp;gt;[[refuel]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;refuel &amp;lt;amount&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Attempts to replenish the turtle's [[fuel]] supply with items from its inventory.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-alias&amp;quot;&amp;gt;[[tunnel]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;tunnel &amp;lt;width&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Digs a horizontal tunnel leading off in the direction the turtle is facing.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-apis&amp;quot;&amp;gt;[[turn]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;turn &amp;lt;?&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Causes the turtle to rotate.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-alias&amp;quot;&amp;gt;[[unequip]]&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;unequip&amp;lt;width&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Attempts to remove a tool from the turtle's specified side. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Added by ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Programs]][[Category:Lists]][[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=ComputerCraft.cfg&amp;diff=6496</id>
		<title>ComputerCraft.cfg</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=ComputerCraft.cfg&amp;diff=6496"/>
				<updated>2014-04-17T06:57:15Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: Removing NeedsWork tag, as the formatting was fixed. Cheers, MKLegoMan&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is an example of the default ComputerCraft configuration file, as it's seen in version 1.58.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Configuration file&lt;br /&gt;
&lt;br /&gt;
####################&lt;br /&gt;
# block&lt;br /&gt;
####################&lt;br /&gt;
&lt;br /&gt;
block {&lt;br /&gt;
    # The Block ID for Cables&lt;br /&gt;
    I:cableBlockID=1229&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for Computers&lt;br /&gt;
    I:computerBlockID=1225&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for all Peripherals&lt;br /&gt;
    I:peripheralBlockID=1226&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for advanced turtles&lt;br /&gt;
    I:turtleAdvancedBlockID=1230&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for turtles&lt;br /&gt;
    I:turtleBlockID=1227&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for upgraded turtles&lt;br /&gt;
    I:turtleUpgradedBlockID=1228&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
####################&lt;br /&gt;
# general&lt;br /&gt;
####################&lt;br /&gt;
&lt;br /&gt;
general {&lt;br /&gt;
    # The fuel limit for Advanced Turtles&lt;br /&gt;
    I:advancedTurtleFuelLimit=100000&lt;br /&gt;
&lt;br /&gt;
    # The disk space limit for computers and turtles, in bytes&lt;br /&gt;
    I:computerSpaceLimit=1000000&lt;br /&gt;
&lt;br /&gt;
    # Enable the &amp;quot;http&amp;quot; API on Computers&lt;br /&gt;
    B:enableAPI_http=false&lt;br /&gt;
&lt;br /&gt;
    # Enable Command Block peripheral support&lt;br /&gt;
    B:enableCommandBlock=false&lt;br /&gt;
&lt;br /&gt;
    # The disk space limit for floppy disks, in bytes&lt;br /&gt;
    I:floppySpaceLimit=125000&lt;br /&gt;
&lt;br /&gt;
    # The range of Wireless Modems at maximum altitude in clear weather, in meters&lt;br /&gt;
    I:modem_highAltitudeRange=384&lt;br /&gt;
&lt;br /&gt;
    # The range of Wireless Modems at maximum altitude in stormy weather, in meters&lt;br /&gt;
    I:modem_highAltitudeRangeDuringStorm=96&lt;br /&gt;
&lt;br /&gt;
    # The range of Wireless Modems at low altitude in clear weather, in meters&lt;br /&gt;
    I:modem_range=64&lt;br /&gt;
&lt;br /&gt;
    # The range of Wireless Modems at low altitude in stormy weather, in meters&lt;br /&gt;
    I:modem_rangeDuringStorm=16&lt;br /&gt;
    I:terminal_height=19&lt;br /&gt;
    I:terminal_width=51&lt;br /&gt;
&lt;br /&gt;
    # The frequency that treasure disks will be found in dungeon chests, from 0 to 100. Increase this value if running a modpack with lots of mods that add dungeon loot, or you just want more treasure disks. Set to 0 to disable treasure disks.&lt;br /&gt;
    I:treasureDiskLootFrequency=1&lt;br /&gt;
&lt;br /&gt;
    # The fuel limit for Turtles&lt;br /&gt;
    I:turtleFuelLimit=20000&lt;br /&gt;
&lt;br /&gt;
    # Set whether Turtles require fuel to move&lt;br /&gt;
    B:turtlesNeedFuel=true&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
####################&lt;br /&gt;
# item&lt;br /&gt;
####################&lt;br /&gt;
&lt;br /&gt;
item {&lt;br /&gt;
    # The Item ID for Coloured Floppy Disks&lt;br /&gt;
    I:diskExpandedItemID=31707&lt;br /&gt;
&lt;br /&gt;
    # The Item ID for Floppy Disks&lt;br /&gt;
    I:diskItemID=31708&lt;br /&gt;
&lt;br /&gt;
    # The Item ID for Pocket Computers&lt;br /&gt;
    I:pocketComputerItemID=31709&lt;br /&gt;
&lt;br /&gt;
    # The Item ID for Printouts&lt;br /&gt;
    I:printoutItemID=31706&lt;br /&gt;
&lt;br /&gt;
    # The Item ID for Treasure Disks&lt;br /&gt;
    I:treasureDiskItemID=31705&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Shell.exit&amp;diff=6489</id>
		<title>Shell.exit</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Shell.exit&amp;diff=6489"/>
				<updated>2014-04-16T20:29:44Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: correction of sleep link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=shell.exit&lt;br /&gt;
|returns=None&lt;br /&gt;
|api=shell&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Exits the current program (or shell if no program is open).&lt;br /&gt;
|examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Exits the program.&lt;br /&gt;
|code= [[print]](&amp;quot;Prepare for program termination...&amp;quot;)&lt;br /&gt;
 [[Os.sleep|sleep]](3)&lt;br /&gt;
 '''shell.exit()'''&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:API_Functions]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Parallel_(API)&amp;diff=6488</id>
		<title>Parallel (API)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Parallel_(API)&amp;diff=6488"/>
				<updated>2014-04-16T20:29:04Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
Parallel is an API which allows you to multitask.&lt;br /&gt;
&lt;br /&gt;
Functions are not actually executed simultaniously, but rather this API will automatically switch between them whenever they yield (eg whenever they call [[coroutine.yield]](), or functions that call that - eg [[os.pullEvent]]() - or functions that call that, etc - basically, anything that causes the function to &amp;quot;pause&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
Each function executed in &amp;quot;parallel&amp;quot; gets its own copy of the event queue, and so &amp;quot;event consuming&amp;quot; functions (again, mostly anything that causes the script to pause - eg [[Os.sleep|sleep]](), [[rednet.receive]](), most of the [[Turtle (API)|turtle API]], etc) can safely be used in one without affecting the event queue accessed by the other.&lt;br /&gt;
&lt;br /&gt;
{{API table|parallel|image=Grid disk.png|2=&lt;br /&gt;
&lt;br /&gt;
{{API table/row&lt;br /&gt;
|[[parallel.waitForAny]]({{type|function}} function1, {{type|function}} function2, ...)&lt;br /&gt;
|{{type|number}} stoppedFunction&lt;br /&gt;
|Runs all the functions at the same time, and stops when any of them returns.&lt;br /&gt;
|odd}}&lt;br /&gt;
&lt;br /&gt;
{{API table/row&lt;br /&gt;
|[[parallel.waitForAll]]({{type|function}} function1, {{type|function}} function2, ...)&lt;br /&gt;
|{{type|nil}}&lt;br /&gt;
|Runs all the functions at the same time, and stops when all of them have returned.&lt;br /&gt;
|}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:APIs]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Parallel_(API)&amp;diff=6487</id>
		<title>Parallel (API)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Parallel_(API)&amp;diff=6487"/>
				<updated>2014-04-16T20:28:49Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: correction of sleep link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
Parallel is an API which allows you to multitask.&lt;br /&gt;
&lt;br /&gt;
Functions are not actually executed simultaniously, but rather this API will automatically switch between them whenever they yield (eg whenever they call [[coroutine.yield]](), or functions that call that - eg [[os.pullEvent]]() - or functions that call that, etc - basically, anything that causes the function to &amp;quot;pause&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
Each function executed in &amp;quot;parallel&amp;quot; gets its own copy of the event queue, and so &amp;quot;event consuming&amp;quot; functions (again, mostly anything that causes the script to pause - eg [[Os.sleep]](), [[rednet.receive]](), most of the [[Turtle (API)|turtle API]], etc) can safely be used in one without affecting the event queue accessed by the other.&lt;br /&gt;
&lt;br /&gt;
{{API table|parallel|image=Grid disk.png|2=&lt;br /&gt;
&lt;br /&gt;
{{API table/row&lt;br /&gt;
|[[parallel.waitForAny]]({{type|function}} function1, {{type|function}} function2, ...)&lt;br /&gt;
|{{type|number}} stoppedFunction&lt;br /&gt;
|Runs all the functions at the same time, and stops when any of them returns.&lt;br /&gt;
|odd}}&lt;br /&gt;
&lt;br /&gt;
{{API table/row&lt;br /&gt;
|[[parallel.waitForAll]]({{type|function}} function1, {{type|function}} function2, ...)&lt;br /&gt;
|{{type|nil}}&lt;br /&gt;
|Runs all the functions at the same time, and stops when all of them have returned.&lt;br /&gt;
|}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:APIs]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Label&amp;diff=6485</id>
		<title>Label</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Label&amp;diff=6485"/>
				<updated>2014-04-16T20:16:00Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: Created page with &amp;quot;{{Stub|Needs more info about the program itself, perhaps an image?}} Label is a built in program for computers and turtles that will create a label for the c...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub|Needs more info about the program itself, perhaps an image?}}&lt;br /&gt;
Label is a [[CraftOS Shell|built in program for computers and turtles]] that will create a label for the computer, which will result in the label being assigned to the ID of the computer.&lt;br /&gt;
&lt;br /&gt;
This prevents loss of programs in the event of destruction of the computer or turtle, with the added benefit of allowing turtles to retain fuel between being broken.&lt;br /&gt;
&lt;br /&gt;
You can either '''set''' or '''clear''' the label on any computer or turtle.&lt;br /&gt;
&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Set the label of the computer to &amp;quot;Foo&amp;quot;&lt;br /&gt;
|code=label set foo&lt;br /&gt;
}}&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Clears the label on the computer&lt;br /&gt;
|code=label clear&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle.drop&amp;diff=6482</id>
		<title>Turtle.drop</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle.drop&amp;diff=6482"/>
				<updated>2014-04-16T19:58:02Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=turtle.drop&lt;br /&gt;
|args=[&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;{{type|number}} count]&lt;br /&gt;
|returns={{type|boolean}} true if an item was dropped; false otherwise.&lt;br /&gt;
|api=turtle&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Drops all items in the selected slot, or if ''count'' is specified, drops that many items.&lt;br /&gt;
If the space in front of the turtle does not contain an inventory, the items are dropped into that space.&lt;br /&gt;
If the space in front of the turtle contains an inventory, the items are dropped into that inventory.&lt;br /&gt;
The items will be placed in the first available slot, starting at the top left, moving right and then down.&lt;br /&gt;
&lt;br /&gt;
[[turtle.dropUp]] and [[turtle.dropDown]] are also available, and useful for loading furnaces; dropDown when above the furnace will load the top slot for smelting.&lt;br /&gt;
&lt;br /&gt;
Before Minecraft 1.5/ComputerCraft 1.51, dropUp would load the bottom (fuel) slot for furnaces, since the hopper-related changes, fuel is loaded into the sides, and the output slot is available on the bottom (using [[Turtle.suck|turtle.suckUp]])&lt;br /&gt;
&lt;br /&gt;
|examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Drops all items in the first available slot.&lt;br /&gt;
|code=turtle.drop()&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Lua_Core_Functions]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle.drop&amp;diff=6481</id>
		<title>Turtle.drop</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle.drop&amp;diff=6481"/>
				<updated>2014-04-16T19:57:31Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=turtle.drop&lt;br /&gt;
|args=[&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;{{type|number}} count]&lt;br /&gt;
|returns={{type|boolean}} true if an item was dropped; false otherwise.&lt;br /&gt;
|api=turtle&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Drops all items in the selected slot, or if ''count'' is specified, drops that many items.&lt;br /&gt;
If the space in front of the turtle does not contain a chest, the items are dropped into that space.&lt;br /&gt;
If the space in front of the turtle contains a chest, the items are dropped into that chest.&lt;br /&gt;
The items will be placed in the first available slot, starting at the top left, moving right and then down.&lt;br /&gt;
&lt;br /&gt;
[[turtle.dropUp]] and [[turtle.dropDown]] are also available, and useful for loading furnaces; dropDown when above the furnace will load the top slot for smelting.&lt;br /&gt;
&lt;br /&gt;
Before Minecraft 1.5/ComputerCraft 1.51, dropUp would load the bottom (fuel) slot for furnaces, since the hopper-related changes, fuel is loaded into the sides, and the output slot is available on the bottom (using [[Turtle.suck|turtle.suckUp]])&lt;br /&gt;
&lt;br /&gt;
|examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Drops all items in the first available slot.&lt;br /&gt;
|code=turtle.drop()&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Lua_Core_Functions]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle.dropUp&amp;diff=6480</id>
		<title>Turtle.dropUp</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle.dropUp&amp;diff=6480"/>
				<updated>2014-04-16T19:57:01Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=turtle.dropUp&lt;br /&gt;
|args=[&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;{{type|number}} count]&lt;br /&gt;
|returns={{type|boolean}} true if an item was dropped; false otherwise.&lt;br /&gt;
|api=turtle&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Drops all items in the selected slot, or if ''count'' is specified, drops that many items.&lt;br /&gt;
If the space above the turtle does not contain an inventory, the items are dropped into that space.&lt;br /&gt;
If the space above the turtle contains an inventory, the items are dropped into that inventory.&lt;br /&gt;
The items will be placed in the first available slot, starting at the top left, moving right and then down.&lt;br /&gt;
&lt;br /&gt;
[[turtle.drop]] and [[turtle.dropDown]] are also available, and useful for loading furnaces; dropDown when above the furnace will load the top slot for smelting.&lt;br /&gt;
&lt;br /&gt;
Before Minecraft 1.5/ComputerCraft 1.51, dropUp would load the bottom (fuel) slot for furnaces, since the hopper-related changes, fuel is loaded into the sides, and the output slot is available on the bottom (using [[Turtle.suck|turtle.suckUp]])&lt;br /&gt;
&lt;br /&gt;
|examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Drops all items in the first available slot.&lt;br /&gt;
|code=turtle.dropUp()&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Lua_Core_Functions]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle.dropDown&amp;diff=6479</id>
		<title>Turtle.dropDown</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle.dropDown&amp;diff=6479"/>
				<updated>2014-04-16T19:56:43Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: Created&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=turtle.dropDown&lt;br /&gt;
|args=[&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;{{type|number}} count]&lt;br /&gt;
|returns={{type|boolean}} true if an item was dropped; false otherwise.&lt;br /&gt;
|api=turtle&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Drops all items in the selected slot, or if ''count'' is specified, drops that many items.&lt;br /&gt;
If the space below the turtle does not contain an inventory, the items are dropped into that space.&lt;br /&gt;
If the space below the turtle contains an inventory, the items are dropped into that inventory.&lt;br /&gt;
The items will be placed in the first available slot, starting at the top left, moving right and then down.&lt;br /&gt;
&lt;br /&gt;
[[turtle.drop]] and [[turtle.dropUp]] are also available, and useful for loading furnaces; dropDown when above the furnace will load the top slot for smelting.&lt;br /&gt;
&lt;br /&gt;
Before Minecraft 1.5/ComputerCraft 1.51, dropUp would load the bottom (fuel) slot for furnaces, since the hopper-related changes, fuel is loaded into the sides, and the output slot is available on the bottom (using [[Turtle.suck|turtle.suckUp]])&lt;br /&gt;
&lt;br /&gt;
|examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Drops all items in the first available slot.&lt;br /&gt;
|code=turtle.dropDown()&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Lua_Core_Functions]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle.dropUp&amp;diff=6478</id>
		<title>Turtle.dropUp</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle.dropUp&amp;diff=6478"/>
				<updated>2014-04-16T19:55:38Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: Created&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=turtle.dropUp&lt;br /&gt;
|args=[&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;{{type|number}} count]&lt;br /&gt;
|returns={{type|boolean}} true if an item was dropped; false otherwise.&lt;br /&gt;
|api=turtle&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Drops all items in the selected slot, or if ''count'' is specified, drops that many items.&lt;br /&gt;
If the space above the turtle does not contain an inventory, the items are dropped into that space.&lt;br /&gt;
If the space above the turtle contains a chest, the items are dropped into that inventory.&lt;br /&gt;
The items will be placed in the first available slot, starting at the top left, moving right and then down.&lt;br /&gt;
&lt;br /&gt;
[[turtle.drop]] and [[turtle.dropDown]] are also available, and useful for loading furnaces; dropDown when above the furnace will load the top slot for smelting.&lt;br /&gt;
&lt;br /&gt;
Before Minecraft 1.5/ComputerCraft 1.51, dropUp would load the bottom (fuel) slot for furnaces, since the hopper-related changes, fuel is loaded into the sides, and the output slot is available on the bottom (using [[Turtle.suck|turtle.suckUp]])&lt;br /&gt;
&lt;br /&gt;
|examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Drops all items in the first available slot.&lt;br /&gt;
|code=turtle.dropUp()&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Lua_Core_Functions]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Unequip&amp;diff=6476</id>
		<title>Unequip</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Unequip&amp;diff=6476"/>
				<updated>2014-04-16T18:11:17Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub|Needs more info about the program itself, perhaps listing the code?}}&lt;br /&gt;
Unequip is a [[Built In Turtle Programs|built in program for turtles]] that will remove the item currently equipped to the specified side into the currently selected slot.&lt;br /&gt;
&lt;br /&gt;
You can only remove items from the left or right sides. If an item is not attached on either side, you must [[Equip_(program)|equip]] one first, before unequipping.&lt;br /&gt;
&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Unequips an item from the right side&lt;br /&gt;
|code=unequip right&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Equip&amp;diff=6475</id>
		<title>Equip</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Equip&amp;diff=6475"/>
				<updated>2014-04-16T18:10:46Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub|Needs more info about the program itself, perhaps listing the code?}}&lt;br /&gt;
Equip is a [[Built In Turtle Programs|built in program for turtles]] that will equip the item in the currently selected slot to the specified side.&lt;br /&gt;
&lt;br /&gt;
You can only equip items either to the left or right sides, and you must [[Unequip_(program)|unequip]] items before equipping an item to the specified side if it is already occupied.&lt;br /&gt;
&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Equips an item to the right side&lt;br /&gt;
|code=equip right&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Unequip&amp;diff=6474</id>
		<title>Unequip</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Unequip&amp;diff=6474"/>
				<updated>2014-04-16T18:10:08Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub|Needs more info about the program itself, perhaps listing the code?}}&lt;br /&gt;
Unequip is a [[Built In Turtle Programs|built in program for turtles]] that will remove the item currently equipped to the specified side into the currently selected slot.&lt;br /&gt;
&lt;br /&gt;
You can only remove items from the left or right sides. If an item is not attached on either side, you must equip one first, before unequipping.&lt;br /&gt;
&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Unequips an item from the right side&lt;br /&gt;
|code=unequip right&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Unequip&amp;diff=6473</id>
		<title>Unequip</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Unequip&amp;diff=6473"/>
				<updated>2014-04-16T18:09:55Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: Created page with &amp;quot;{{Stub|Needs more info about the program itself, perhaps listing the code?}} Unequip is a built in program for turtles that will remove the item c...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub|Needs more info about the program itself, perhaps listing the code?}}&lt;br /&gt;
Unequip is a [[Built In Turtle Programs|built in program for turtles]] that will remove the item currently equipped to teh specified side into the currently selected slot.&lt;br /&gt;
&lt;br /&gt;
You can only remove items from the left or right sides. If an item is not attached on either side, you must equip one first, before unequipping.&lt;br /&gt;
&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Unequips an item from the right side&lt;br /&gt;
|code=unequip right&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Equip&amp;diff=6472</id>
		<title>Equip</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Equip&amp;diff=6472"/>
				<updated>2014-04-16T18:05:46Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub|Needs more info about the program itself, perhaps listing the code?}}&lt;br /&gt;
Equip is a [[Built In Turtle Programs|built in program for turtles]] that will equip the item in the currently selected slot to the specified side.&lt;br /&gt;
&lt;br /&gt;
You can only equip items either to the left or right sides.&lt;br /&gt;
&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Equips an item to the right side&lt;br /&gt;
|code=equip right&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Equip&amp;diff=6471</id>
		<title>Equip</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Equip&amp;diff=6471"/>
				<updated>2014-04-16T18:05:25Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: Created page with &amp;quot;{{Stub|Needs more info about the program itself, perhaps listing the code?}} Equip is a built in program for turtles that will equip the item int ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub|Needs more info about the program itself, perhaps listing the code?}}&lt;br /&gt;
Equip is a [[Built In Turtle Programs|built in program for turtles]] that will equip the item int he currently selected slot to the specified side.&lt;br /&gt;
&lt;br /&gt;
You can only equip items either to the left or right sides.&lt;br /&gt;
&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Equips an item to the right side&lt;br /&gt;
|code=equip right&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Rename&amp;diff=6470</id>
		<title>Rename</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Rename&amp;diff=6470"/>
				<updated>2014-04-16T17:59:36Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: Created page with &amp;quot;{{Stub|Needs more info about the program itself, perhaps an image?}} Rename is a built in program for computers and turtles that will rename the specified so...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub|Needs more info about the program itself, perhaps an image?}}&lt;br /&gt;
Rename is a [[CraftOS Shell|built in program for computers and turtles]] that will rename the specified source file to the specified destination name. However, it will not rename directories.&lt;br /&gt;
&lt;br /&gt;
Note: This operation works exactly the same way as the [[Move_(program)|move program]].&lt;br /&gt;
&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Renames /foo to /bar&lt;br /&gt;
|code=rename /foo /bar&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Delete&amp;diff=6469</id>
		<title>Delete</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Delete&amp;diff=6469"/>
				<updated>2014-04-16T17:56:01Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: Created page with &amp;quot;{{Stub|Needs more info about the program itself, perhaps an image?}} Delete is a built in program for computers and turtles that will delete the specified so...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub|Needs more info about the program itself, perhaps an image?}}&lt;br /&gt;
Delete is a [[CraftOS Shell|built in program for computers and turtles]] that will delete the specified source file or directory. However, it will not delete directories that contain files.&lt;br /&gt;
&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Removes regular file /foo&lt;br /&gt;
|code=delete /foo&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Move&amp;diff=6468</id>
		<title>Move</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Move&amp;diff=6468"/>
				<updated>2014-04-16T17:26:08Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: Created page with &amp;quot;{{Stub|Needs more info about the program itself, perhaps an image?}} Move is a built in program for computers and turtles that will copy the specified source...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub|Needs more info about the program itself, perhaps an image?}}&lt;br /&gt;
Move is a [[CraftOS Shell|built in program for computers and turtles]] that will copy the specified source into the specified destination, then delete the original source. If a different filename is specified as the destination, it will rename the file as well. It will not create non-existant directories however.&lt;br /&gt;
&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=moves /foo to /sample/bar, assuming the directory /sample exists already.&lt;br /&gt;
|code=move /foo /sample/bar&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Copy&amp;diff=6467</id>
		<title>Copy</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Copy&amp;diff=6467"/>
				<updated>2014-04-16T17:23:35Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub|Needs more info about the program itself, perhaps an image?}}&lt;br /&gt;
Copy is a [[CraftOS Shell|built in program for computers and turtles]] that will copy the specified source into the specified destination. If a different filename is specified, it will rename the copy as well. It will not create non-existant directories however.&lt;br /&gt;
&lt;br /&gt;
Note: This program can also be used with the linux-like command 'cp'&lt;br /&gt;
&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Copies /foo to /bar&lt;br /&gt;
|code=copy /foo /bar&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Copy&amp;diff=6466</id>
		<title>Copy</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Copy&amp;diff=6466"/>
				<updated>2014-04-16T17:14:00Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: Created page with &amp;quot;{{Stub|Needs more info about the program itself, perhaps an image?}} Copy is a built in program for computers and turtles that will copy the specified file i...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub|Needs more info about the program itself, perhaps an image?}}&lt;br /&gt;
Copy is a [[CraftOS Shell|built in program for computers and turtles]] that will copy the specified file into the specified location. If a different filename is specified, it will rename the copy as well.&lt;br /&gt;
&lt;br /&gt;
Note: This program can also be used with the linux-like command 'cp'&lt;br /&gt;
&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Copies /foo to /bar&lt;br /&gt;
|code=copy /foo /bar&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Excavate&amp;diff=6465</id>
		<title>Excavate</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Excavate&amp;diff=6465"/>
				<updated>2014-04-16T17:10:44Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: Added more info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub|Needs more info about the program itself, perhaps listing the code?}}&lt;br /&gt;
Excavate is a [[Built In Turtle Programs|built in program for turtles]] that will mine out a specified width square of blocks, all the way down to bedrock level.&lt;br /&gt;
&lt;br /&gt;
It will periodically return to the surface when it is full and drops off mined materials either into an available inventory placed behind it when it starts, or onto the ground. If fuel requirements are enabled, it will also periodically return to the starting point if it requires additional fuel.&lt;br /&gt;
&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Mines a 16x16 wide hole down to bedrock&lt;br /&gt;
|code=excavate 16&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Excavate&amp;diff=6464</id>
		<title>Excavate</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Excavate&amp;diff=6464"/>
				<updated>2014-04-16T17:03:22Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: Created page with &amp;quot;{{Stub|Needs more info about the program itself, perhaps listing the code?}} Excavate is a built in program for turtles that will mine out a speci...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub|Needs more info about the program itself, perhaps listing the code?}}&lt;br /&gt;
Excavate is a [[Built In Turtle Programs|built in program for turtles]] that will mine out a specified width square of blocks, all the way down to bedrock level, periodically returning to the surface when full and dropping off supplies either into a supplied chest with empty slots, or onto the ground if none is available.&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Mines a 16x16 wide hole down to bedrock&lt;br /&gt;
|code=excavate 16&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=ComputerCraft.cfg&amp;diff=6463</id>
		<title>ComputerCraft.cfg</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=ComputerCraft.cfg&amp;diff=6463"/>
				<updated>2014-04-16T16:56:50Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NeedsWork|this page needs to be formatted properly in the same format as the config file.}}&lt;br /&gt;
This is an example of the default ComputerCraft configuration file, as it's seen in version 1.58.&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;&lt;br /&gt;
# Configuration file&lt;br /&gt;
&lt;br /&gt;
####################&lt;br /&gt;
# block&lt;br /&gt;
####################&lt;br /&gt;
&lt;br /&gt;
block {&lt;br /&gt;
    # The Block ID for Cables&lt;br /&gt;
    I:cableBlockID=1229&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for Computers&lt;br /&gt;
    I:computerBlockID=1225&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for all Peripherals&lt;br /&gt;
    I:peripheralBlockID=1226&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for advanced turtles&lt;br /&gt;
    I:turtleAdvancedBlockID=1230&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for turtles&lt;br /&gt;
    I:turtleBlockID=1227&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for upgraded turtles&lt;br /&gt;
    I:turtleUpgradedBlockID=1228&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
####################&lt;br /&gt;
# general&lt;br /&gt;
####################&lt;br /&gt;
&lt;br /&gt;
general {&lt;br /&gt;
    # The fuel limit for Advanced Turtles&lt;br /&gt;
    I:advancedTurtleFuelLimit=100000&lt;br /&gt;
&lt;br /&gt;
    # The disk space limit for computers and turtles, in bytes&lt;br /&gt;
    I:computerSpaceLimit=1000000&lt;br /&gt;
&lt;br /&gt;
    # Enable the &amp;quot;http&amp;quot; API on Computers&lt;br /&gt;
    B:enableAPI_http=false&lt;br /&gt;
&lt;br /&gt;
    # Enable Command Block peripheral support&lt;br /&gt;
    B:enableCommandBlock=false&lt;br /&gt;
&lt;br /&gt;
    # The disk space limit for floppy disks, in bytes&lt;br /&gt;
    I:floppySpaceLimit=125000&lt;br /&gt;
&lt;br /&gt;
    # The range of Wireless Modems at maximum altitude in clear weather, in meters&lt;br /&gt;
    I:modem_highAltitudeRange=384&lt;br /&gt;
&lt;br /&gt;
    # The range of Wireless Modems at maximum altitude in stormy weather, in meters&lt;br /&gt;
    I:modem_highAltitudeRangeDuringStorm=96&lt;br /&gt;
&lt;br /&gt;
    # The range of Wireless Modems at low altitude in clear weather, in meters&lt;br /&gt;
    I:modem_range=64&lt;br /&gt;
&lt;br /&gt;
    # The range of Wireless Modems at low altitude in stormy weather, in meters&lt;br /&gt;
    I:modem_rangeDuringStorm=16&lt;br /&gt;
    I:terminal_height=19&lt;br /&gt;
    I:terminal_width=51&lt;br /&gt;
&lt;br /&gt;
    # The frequency that treasure disks will be found in dungeon chests, from 0 to 100. Increase this value if running a modpack with lots of mods that add dungeon loot, or you just want more treasure disks. Set to 0 to disable treasure disks.&lt;br /&gt;
    I:treasureDiskLootFrequency=1&lt;br /&gt;
&lt;br /&gt;
    # The fuel limit for Turtles&lt;br /&gt;
    I:turtleFuelLimit=20000&lt;br /&gt;
&lt;br /&gt;
    # Set whether Turtles require fuel to move&lt;br /&gt;
    B:turtlesNeedFuel=true&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
####################&lt;br /&gt;
# item&lt;br /&gt;
####################&lt;br /&gt;
&lt;br /&gt;
item {&lt;br /&gt;
    # The Item ID for Coloured Floppy Disks&lt;br /&gt;
    I:diskExpandedItemID=31707&lt;br /&gt;
&lt;br /&gt;
    # The Item ID for Floppy Disks&lt;br /&gt;
    I:diskItemID=31708&lt;br /&gt;
&lt;br /&gt;
    # The Item ID for Pocket Computers&lt;br /&gt;
    I:pocketComputerItemID=31709&lt;br /&gt;
&lt;br /&gt;
    # The Item ID for Printouts&lt;br /&gt;
    I:printoutItemID=31706&lt;br /&gt;
&lt;br /&gt;
    # The Item ID for Treasure Disks&lt;br /&gt;
    I:treasureDiskItemID=31705&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=ComputerCraft.cfg&amp;diff=6462</id>
		<title>ComputerCraft.cfg</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=ComputerCraft.cfg&amp;diff=6462"/>
				<updated>2014-04-16T16:15:30Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: ARGH, WHY DOES THE &amp;lt;nowiki&amp;gt; tag not work with &amp;lt;code&amp;gt;?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is an example of the default ComputerCraft configuration file, as it's seen in version 1.58.&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;&lt;br /&gt;
# Configuration file&lt;br /&gt;
&lt;br /&gt;
####################&lt;br /&gt;
# block&lt;br /&gt;
####################&lt;br /&gt;
&lt;br /&gt;
block {&lt;br /&gt;
    # The Block ID for Cables&lt;br /&gt;
    I:cableBlockID=1229&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for Computers&lt;br /&gt;
    I:computerBlockID=1225&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for all Peripherals&lt;br /&gt;
    I:peripheralBlockID=1226&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for advanced turtles&lt;br /&gt;
    I:turtleAdvancedBlockID=1230&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for turtles&lt;br /&gt;
    I:turtleBlockID=1227&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for upgraded turtles&lt;br /&gt;
    I:turtleUpgradedBlockID=1228&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
####################&lt;br /&gt;
# general&lt;br /&gt;
####################&lt;br /&gt;
&lt;br /&gt;
general {&lt;br /&gt;
    # The fuel limit for Advanced Turtles&lt;br /&gt;
    I:advancedTurtleFuelLimit=100000&lt;br /&gt;
&lt;br /&gt;
    # The disk space limit for computers and turtles, in bytes&lt;br /&gt;
    I:computerSpaceLimit=1000000&lt;br /&gt;
&lt;br /&gt;
    # Enable the &amp;quot;http&amp;quot; API on Computers&lt;br /&gt;
    B:enableAPI_http=false&lt;br /&gt;
&lt;br /&gt;
    # Enable Command Block peripheral support&lt;br /&gt;
    B:enableCommandBlock=false&lt;br /&gt;
&lt;br /&gt;
    # The disk space limit for floppy disks, in bytes&lt;br /&gt;
    I:floppySpaceLimit=125000&lt;br /&gt;
&lt;br /&gt;
    # The range of Wireless Modems at maximum altitude in clear weather, in meters&lt;br /&gt;
    I:modem_highAltitudeRange=384&lt;br /&gt;
&lt;br /&gt;
    # The range of Wireless Modems at maximum altitude in stormy weather, in meters&lt;br /&gt;
    I:modem_highAltitudeRangeDuringStorm=96&lt;br /&gt;
&lt;br /&gt;
    # The range of Wireless Modems at low altitude in clear weather, in meters&lt;br /&gt;
    I:modem_range=64&lt;br /&gt;
&lt;br /&gt;
    # The range of Wireless Modems at low altitude in stormy weather, in meters&lt;br /&gt;
    I:modem_rangeDuringStorm=16&lt;br /&gt;
    I:terminal_height=19&lt;br /&gt;
    I:terminal_width=51&lt;br /&gt;
&lt;br /&gt;
    # The frequency that treasure disks will be found in dungeon chests, from 0 to 100. Increase this value if running a modpack with lots of mods that add dungeon loot, or you just want more treasure disks. Set to 0 to disable treasure disks.&lt;br /&gt;
    I:treasureDiskLootFrequency=1&lt;br /&gt;
&lt;br /&gt;
    # The fuel limit for Turtles&lt;br /&gt;
    I:turtleFuelLimit=20000&lt;br /&gt;
&lt;br /&gt;
    # Set whether Turtles require fuel to move&lt;br /&gt;
    B:turtlesNeedFuel=true&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
####################&lt;br /&gt;
# item&lt;br /&gt;
####################&lt;br /&gt;
&lt;br /&gt;
item {&lt;br /&gt;
    # The Item ID for Coloured Floppy Disks&lt;br /&gt;
    I:diskExpandedItemID=31707&lt;br /&gt;
&lt;br /&gt;
    # The Item ID for Floppy Disks&lt;br /&gt;
    I:diskItemID=31708&lt;br /&gt;
&lt;br /&gt;
    # The Item ID for Pocket Computers&lt;br /&gt;
    I:pocketComputerItemID=31709&lt;br /&gt;
&lt;br /&gt;
    # The Item ID for Printouts&lt;br /&gt;
    I:printoutItemID=31706&lt;br /&gt;
&lt;br /&gt;
    # The Item ID for Treasure Disks&lt;br /&gt;
    I:treasureDiskItemID=31705&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=ComputerCraft.cfg&amp;diff=6461</id>
		<title>ComputerCraft.cfg</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=ComputerCraft.cfg&amp;diff=6461"/>
				<updated>2014-04-16T16:14:42Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;nowiki&amp;gt;This is an example of the default ComputerCraft configuration file, as it's seen in version 1.58.&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
# Configuration file&lt;br /&gt;
&lt;br /&gt;
####################&lt;br /&gt;
# block&lt;br /&gt;
####################&lt;br /&gt;
&lt;br /&gt;
block {&lt;br /&gt;
    # The Block ID for Cables&lt;br /&gt;
    I:cableBlockID=1229&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for Computers&lt;br /&gt;
    I:computerBlockID=1225&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for all Peripherals&lt;br /&gt;
    I:peripheralBlockID=1226&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for advanced turtles&lt;br /&gt;
    I:turtleAdvancedBlockID=1230&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for turtles&lt;br /&gt;
    I:turtleBlockID=1227&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for upgraded turtles&lt;br /&gt;
    I:turtleUpgradedBlockID=1228&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
####################&lt;br /&gt;
# general&lt;br /&gt;
####################&lt;br /&gt;
&lt;br /&gt;
general {&lt;br /&gt;
    # The fuel limit for Advanced Turtles&lt;br /&gt;
    I:advancedTurtleFuelLimit=100000&lt;br /&gt;
&lt;br /&gt;
    # The disk space limit for computers and turtles, in bytes&lt;br /&gt;
    I:computerSpaceLimit=1000000&lt;br /&gt;
&lt;br /&gt;
    # Enable the &amp;quot;http&amp;quot; API on Computers&lt;br /&gt;
    B:enableAPI_http=false&lt;br /&gt;
&lt;br /&gt;
    # Enable Command Block peripheral support&lt;br /&gt;
    B:enableCommandBlock=false&lt;br /&gt;
&lt;br /&gt;
    # The disk space limit for floppy disks, in bytes&lt;br /&gt;
    I:floppySpaceLimit=125000&lt;br /&gt;
&lt;br /&gt;
    # The range of Wireless Modems at maximum altitude in clear weather, in meters&lt;br /&gt;
    I:modem_highAltitudeRange=384&lt;br /&gt;
&lt;br /&gt;
    # The range of Wireless Modems at maximum altitude in stormy weather, in meters&lt;br /&gt;
    I:modem_highAltitudeRangeDuringStorm=96&lt;br /&gt;
&lt;br /&gt;
    # The range of Wireless Modems at low altitude in clear weather, in meters&lt;br /&gt;
    I:modem_range=64&lt;br /&gt;
&lt;br /&gt;
    # The range of Wireless Modems at low altitude in stormy weather, in meters&lt;br /&gt;
    I:modem_rangeDuringStorm=16&lt;br /&gt;
    I:terminal_height=19&lt;br /&gt;
    I:terminal_width=51&lt;br /&gt;
&lt;br /&gt;
    # The frequency that treasure disks will be found in dungeon chests, from 0 to 100. Increase this value if running a modpack with lots of mods that add dungeon loot, or you just want more treasure disks. Set to 0 to disable treasure disks.&lt;br /&gt;
    I:treasureDiskLootFrequency=1&lt;br /&gt;
&lt;br /&gt;
    # The fuel limit for Turtles&lt;br /&gt;
    I:turtleFuelLimit=20000&lt;br /&gt;
&lt;br /&gt;
    # Set whether Turtles require fuel to move&lt;br /&gt;
    B:turtlesNeedFuel=true&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
####################&lt;br /&gt;
# item&lt;br /&gt;
####################&lt;br /&gt;
&lt;br /&gt;
item {&lt;br /&gt;
    # The Item ID for Coloured Floppy Disks&lt;br /&gt;
    I:diskExpandedItemID=31707&lt;br /&gt;
&lt;br /&gt;
    # The Item ID for Floppy Disks&lt;br /&gt;
    I:diskItemID=31708&lt;br /&gt;
&lt;br /&gt;
    # The Item ID for Pocket Computers&lt;br /&gt;
    I:pocketComputerItemID=31709&lt;br /&gt;
&lt;br /&gt;
    # The Item ID for Printouts&lt;br /&gt;
    I:printoutItemID=31706&lt;br /&gt;
&lt;br /&gt;
    # The Item ID for Treasure Disks&lt;br /&gt;
    I:treasureDiskItemID=31705&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=ComputerCraft.cfg&amp;diff=6460</id>
		<title>ComputerCraft.cfg</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=ComputerCraft.cfg&amp;diff=6460"/>
				<updated>2014-04-16T16:07:16Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: Created example config&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is an example of the default ComputerCraft configuration file, as it's seen in version 1.58.&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
# Configuration file&lt;br /&gt;
&lt;br /&gt;
####################&lt;br /&gt;
# block&lt;br /&gt;
####################&lt;br /&gt;
&lt;br /&gt;
block {&lt;br /&gt;
    # The Block ID for Cables&lt;br /&gt;
    I:cableBlockID=1229&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for Computers&lt;br /&gt;
    I:computerBlockID=1225&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for all Peripherals&lt;br /&gt;
    I:peripheralBlockID=1226&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for advanced turtles&lt;br /&gt;
    I:turtleAdvancedBlockID=1230&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for turtles&lt;br /&gt;
    I:turtleBlockID=1227&lt;br /&gt;
&lt;br /&gt;
    # The Block ID for upgraded turtles&lt;br /&gt;
    I:turtleUpgradedBlockID=1228&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
####################&lt;br /&gt;
# general&lt;br /&gt;
####################&lt;br /&gt;
&lt;br /&gt;
general {&lt;br /&gt;
    # The fuel limit for Advanced Turtles&lt;br /&gt;
    I:advancedTurtleFuelLimit=100000&lt;br /&gt;
&lt;br /&gt;
    # The disk space limit for computers and turtles, in bytes&lt;br /&gt;
    I:computerSpaceLimit=1000000&lt;br /&gt;
&lt;br /&gt;
    # Enable the &amp;quot;http&amp;quot; API on Computers&lt;br /&gt;
    B:enableAPI_http=false&lt;br /&gt;
&lt;br /&gt;
    # Enable Command Block peripheral support&lt;br /&gt;
    B:enableCommandBlock=false&lt;br /&gt;
&lt;br /&gt;
    # The disk space limit for floppy disks, in bytes&lt;br /&gt;
    I:floppySpaceLimit=125000&lt;br /&gt;
&lt;br /&gt;
    # The range of Wireless Modems at maximum altitude in clear weather, in meters&lt;br /&gt;
    I:modem_highAltitudeRange=384&lt;br /&gt;
&lt;br /&gt;
    # The range of Wireless Modems at maximum altitude in stormy weather, in meters&lt;br /&gt;
    I:modem_highAltitudeRangeDuringStorm=96&lt;br /&gt;
&lt;br /&gt;
    # The range of Wireless Modems at low altitude in clear weather, in meters&lt;br /&gt;
    I:modem_range=64&lt;br /&gt;
&lt;br /&gt;
    # The range of Wireless Modems at low altitude in stormy weather, in meters&lt;br /&gt;
    I:modem_rangeDuringStorm=16&lt;br /&gt;
    I:terminal_height=19&lt;br /&gt;
    I:terminal_width=51&lt;br /&gt;
&lt;br /&gt;
    # The frequency that treasure disks will be found in dungeon chests, from 0 to 100. Increase this value if running a modpack with lots of mods that add dungeon loot, or you just want more treasure disks. Set to 0 to disable treasure disks.&lt;br /&gt;
    I:treasureDiskLootFrequency=1&lt;br /&gt;
&lt;br /&gt;
    # The fuel limit for Turtles&lt;br /&gt;
    I:turtleFuelLimit=20000&lt;br /&gt;
&lt;br /&gt;
    # Set whether Turtles require fuel to move&lt;br /&gt;
    B:turtlesNeedFuel=true&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
####################&lt;br /&gt;
# item&lt;br /&gt;
####################&lt;br /&gt;
&lt;br /&gt;
item {&lt;br /&gt;
    # The Item ID for Coloured Floppy Disks&lt;br /&gt;
    I:diskExpandedItemID=31707&lt;br /&gt;
&lt;br /&gt;
    # The Item ID for Floppy Disks&lt;br /&gt;
    I:diskItemID=31708&lt;br /&gt;
&lt;br /&gt;
    # The Item ID for Pocket Computers&lt;br /&gt;
    I:pocketComputerItemID=31709&lt;br /&gt;
&lt;br /&gt;
    # The Item ID for Printouts&lt;br /&gt;
    I:printoutItemID=31706&lt;br /&gt;
&lt;br /&gt;
    # The Item ID for Treasure Disks&lt;br /&gt;
    I:treasureDiskItemID=31705&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Floppy_Disk&amp;diff=6459</id>
		<title>Floppy Disk</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Floppy_Disk&amp;diff=6459"/>
				<updated>2014-04-16T15:58:43Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: /* Release Changes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The system of disks and floppies in [[ComputerCraft]] were added in version 1.2. How they work and interact with the [[Computer|computers]] is very similar to how they would work in the real world with our real computers: There's a [[Disk Drive]] that we're able to insert removable disks (or floppies) which we're able to place data upon,  which, in turn,  makes data portable. This brings much potential for things such as servers running ComputerCraft and users of that server wishing to distribute their software for in-game currency.&lt;br /&gt;
&lt;br /&gt;
The 1.42 update allows floppies to be colored with any kind of dye. This is done by putting a floppy and a dye in your crafting table.&lt;br /&gt;
[[File:Floppy.png|frame|right|Dyed Floppy Disks]]&lt;br /&gt;
== Recipe ==&lt;br /&gt;
{{Crafting grid&lt;br /&gt;
 |B1=Redstone&lt;br /&gt;
 |B2=paper&lt;br /&gt;
 |Output=disk&lt;br /&gt;
 }}&lt;br /&gt;
== Usage ==&lt;br /&gt;
Like individual computers, each floppy disk has its own folder containing the data that is within that floppy and is easily movable from within the computers in Minecraft using the simple UNIX-like commands such as cp (copy) or mv (move). Just like anywhere else in a computer, you can create, edit, move, copy, etc., any files and do so however you wish.&lt;br /&gt;
&lt;br /&gt;
To insert a floppy into a [[Disk Drive]] so it can be used, right-click the disk drive and place the floppy into the slot at the top of the drive's inventory menu.&lt;br /&gt;
&lt;br /&gt;
== Interacting with Computers ==&lt;br /&gt;
When a disk is inserted into a disk drive that is adjacent to a computer, a directory is visible in the computer's root directory titled 'disk'. If another disk is inserted into a different drive that is also connected to a computer then that next directory is entitled 'disk2' and so-on for each additional disk that is inserted and connected.&lt;br /&gt;
&lt;br /&gt;
== Release Changes ==&lt;br /&gt;
*'''1.56''': Added [[Treasure Disks]].&lt;br /&gt;
*'''1.3''': Used for [[Turtle]]s' programming.&lt;br /&gt;
*'''1.2''': Initial Release&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{BlocksItemsList}}&lt;br /&gt;
[[Category:Items]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Floppy_Disk&amp;diff=6458</id>
		<title>Floppy Disk</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Floppy_Disk&amp;diff=6458"/>
				<updated>2014-04-16T15:56:57Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: /* Release Changes */ Mention of Treasure Disks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The system of disks and floppies in [[ComputerCraft]] were added in version 1.2. How they work and interact with the [[Computer|computers]] is very similar to how they would work in the real world with our real computers: There's a [[Disk Drive]] that we're able to insert removable disks (or floppies) which we're able to place data upon,  which, in turn,  makes data portable. This brings much potential for things such as servers running ComputerCraft and users of that server wishing to distribute their software for in-game currency.&lt;br /&gt;
&lt;br /&gt;
The 1.42 update allows floppies to be colored with any kind of dye. This is done by putting a floppy and a dye in your crafting table.&lt;br /&gt;
[[File:Floppy.png|frame|right|Dyed Floppy Disks]]&lt;br /&gt;
== Recipe ==&lt;br /&gt;
{{Crafting grid&lt;br /&gt;
 |B1=Redstone&lt;br /&gt;
 |B2=paper&lt;br /&gt;
 |Output=disk&lt;br /&gt;
 }}&lt;br /&gt;
== Usage ==&lt;br /&gt;
Like individual computers, each floppy disk has its own folder containing the data that is within that floppy and is easily movable from within the computers in Minecraft using the simple UNIX-like commands such as cp (copy) or mv (move). Just like anywhere else in a computer, you can create, edit, move, copy, etc., any files and do so however you wish.&lt;br /&gt;
&lt;br /&gt;
To insert a floppy into a [[Disk Drive]] so it can be used, right-click the disk drive and place the floppy into the slot at the top of the drive's inventory menu.&lt;br /&gt;
&lt;br /&gt;
== Interacting with Computers ==&lt;br /&gt;
When a disk is inserted into a disk drive that is adjacent to a computer, a directory is visible in the computer's root directory titled 'disk'. If another disk is inserted into a different drive that is also connected to a computer then that next directory is entitled 'disk2' and so-on for each additional disk that is inserted and connected.&lt;br /&gt;
&lt;br /&gt;
== Release Changes ==&lt;br /&gt;
*'''1.56''': Added Treasure Disks.&lt;br /&gt;
*'''1.3''': Used for [[Turtle]]s' programming.&lt;br /&gt;
*'''1.2''': Initial Release&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{BlocksItemsList}}&lt;br /&gt;
[[Category:Items]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Built_In_Turtle_Programs&amp;diff=6457</id>
		<title>Built In Turtle Programs</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Built_In_Turtle_Programs&amp;diff=6457"/>
				<updated>2014-04-16T04:26:22Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: minor formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CraftOS_Shell|Turtles have the same programs installed by default as any other computer]], but with the addition of turtle-specific programs.&lt;br /&gt;
&amp;lt;table style=&amp;quot;width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid #C9C9C9 1px; background: #D3FFC2; line-height:28px;&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Grid_turtle.png|24px]]&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;
TurtleOS Shell Programs&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;width: 350px; background: #E0E0E0; padding: .4em; font-weight:bold;&amp;quot;&amp;gt;Program Name&amp;lt;/td&amp;gt;&amp;lt;td style=&amp;quot;background: #E0E0E0; padding: .4em; font-weight:bold;&amp;quot;&amp;gt;Description&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-craft&amp;quot;&amp;gt;craft&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;craft &amp;lt;number&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Will craft the number of items specified (if not enough material is provided, will craft as many as possible).&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-dance&amp;quot;&amp;gt;dance&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;dance&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Commands the turtle to get funky.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-excavate&amp;quot;&amp;gt;excavate&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;excavate &amp;lt;width&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Will excavate a square hole &amp;lt;width&amp;gt; blocks wide until it hits bedrock.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-tunnel&amp;quot;&amp;gt;tunnel&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;tunnel &amp;lt;distance&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Will dig a tunnel 2 high by 3 wide for the &amp;lt;distance&amp;gt; specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-refuel&amp;quot;&amp;gt;refuel&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;refuel&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Will refuel the turtle using the item in the currently selected slot.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-turn&amp;quot;&amp;gt;turn&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;turn &amp;lt;direction&amp;gt; &amp;lt;number&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Will make the turtle turn in the &amp;lt;direction&amp;gt; specified, for the designated &amp;lt;number&amp;gt; of times.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-go&amp;quot;&amp;gt;go&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;go &amp;lt;direction&amp;gt; &amp;lt;number&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Will command the turtle to move in the list of specified directions in the &amp;lt;direction &amp;lt;number&amp;gt; format. &amp;lt;b&amp;gt;Example:&amp;lt;/b&amp;gt; &amp;lt;i&amp;gt;go forward 3 left 2&amp;lt;/i&amp;gt; will move forward three, and turn left twice.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
[[Category:Programs]][[Category:Lists]][[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=CraftOS_Shell&amp;diff=6456</id>
		<title>CraftOS Shell</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=CraftOS_Shell&amp;diff=6456"/>
				<updated>2014-04-16T04:17:29Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: minor formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid #C9C9C9 1px; background: #D3FFC2; line-height:28px;&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Grid_disk.png|24px]]&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;
CraftOS Shell Programs&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;width: 350px; background: #E0E0E0; padding: .4em; font-weight:bold;&amp;quot;&amp;gt;Program Name&amp;lt;/td&amp;gt;&amp;lt;td style=&amp;quot;background: #E0E0E0; padding: .4em; font-weight:bold;&amp;quot;&amp;gt;Description&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-alias&amp;quot;&amp;gt;alias&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;alias &amp;lt;alias&amp;gt; &amp;lt;program&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Maps an alias string to a program.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-apis&amp;quot;&amp;gt;apis&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;apis&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Lists all loaded APIs.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-cd&amp;quot;&amp;gt;cd&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;cd &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Changes to the specified directory&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-clear&amp;quot;&amp;gt;clear&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;clear&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Clears the terminal.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-copy&amp;quot;&amp;gt;copy&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;copy &amp;lt;source&amp;gt; &amp;lt;destination&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Copies a source file or folder to a destination&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-dj&amp;quot;&amp;gt;dj&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;dj&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Music box DJ - use &amp;lt;tt&amp;gt;dj&amp;lt;/tt&amp;gt; for help.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-drive&amp;quot;&amp;gt;drive&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;drive&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;drive &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Lists the mount location of the current directory, or the path specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-edit&amp;quot;&amp;gt;edit&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;edit &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Edits the file specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-eject&amp;quot;&amp;gt;eject&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;eject &amp;lt;side&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Ejects the disk on the side specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-exit&amp;quot;&amp;gt;exit&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;exit&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Exits the currently running shell session - if it is the only shell session, the computer will power off.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-gps&amp;quot;&amp;gt;gps&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;gps&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Minecraft Global Positioning tool. Use &amp;lt;tt&amp;gt;gps&amp;lt;/tt&amp;gt; for help.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-help&amp;quot;&amp;gt;help&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;help&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;help &amp;lt;topic&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Help utility. Opens the specified topic, or the introduction if no topic is specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-id&amp;quot;&amp;gt;id&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;id&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;id &amp;lt;side&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Returns the ID of the computer, or if a side is specified, the ID of the disk in the specified side.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-label&amp;quot;&amp;gt;label&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;label&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Gets and sets the ID of the computer, or, the ID of a disk in a specified side. Use &amp;lt;tt&amp;gt;label&amp;lt;/tt&amp;gt; for help.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-list&amp;quot;&amp;gt;list&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;list&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;list &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Lists the content of the current directory, or, the directory specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-lua&amp;quot;&amp;gt;lua&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;lua&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Interactive Lua interpreter at the shell.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-mkdir&amp;quot;&amp;gt;mkdir&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;mkdir &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Makes the directory at the path specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-monitor&amp;quot;&amp;gt;monitor&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;monitor &amp;lt;side&amp;gt; &amp;lt;program&amp;gt; &amp;lt;arguments&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Redirects a specified program to a monitor on the specified side.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-move&amp;quot;&amp;gt;move&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;move &amp;lt;source&amp;gt; &amp;lt;destination&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Moves a file or folder at a specified source path to the specified destination path.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-programs&amp;quot;&amp;gt;programs&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;programs&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Lists all programs on the system.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-reboot&amp;quot;&amp;gt;reboot&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;reboot&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Reboots the Computer.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-redprobe&amp;quot;&amp;gt;redprobe&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;redprobe&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;List redstone stats. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Removed in ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-redpulse&amp;quot;&amp;gt;redpulse&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;redpulse&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Redstone output pulse tool. Use &amp;lt;tt&amp;gt;redpulse&amp;lt;/tt&amp;gt; for help. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Removed in ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-redset&amp;quot;&amp;gt;redset&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;redset&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Redstone output set tool. Use &amp;lt;tt&amp;gt;redset&amp;lt;/tt&amp;gt; for help. &amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Removed in ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-time&amp;quot;&amp;gt;time&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;time&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Returns the Minecraft time of day.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-type&amp;quot;&amp;gt;type&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;type &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Returns the type of the object or file at the specified path.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-rename&amp;quot;&amp;gt;rename&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;rename &amp;lt;old-name&amp;gt; &amp;lt;new-name&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Renames a file or directory.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-shell&amp;quot;&amp;gt;shell&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;shell, shell &amp;lt;program&amp;gt; &amp;lt;arguments&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Opens another shell session. Runs a program if specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-shutdown&amp;quot;&amp;gt;shutdown&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;shutdown&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Powers off the Computer.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[Category:Programs]][[Category:Lists]][[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=CraftOS_Shell&amp;diff=6455</id>
		<title>CraftOS Shell</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=CraftOS_Shell&amp;diff=6455"/>
				<updated>2014-04-16T04:16:43Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: Added notes regarding redprobe, redset, redpulse removed in 1.6&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid #C9C9C9 1px; background: #D3FFC2; line-height:28px;&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Grid_disk.png|24px]]&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;
CraftOS Shell Programs&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;width: 350px; background: #E0E0E0; padding: .4em; font-weight:bold;&amp;quot;&amp;gt;Program Name&amp;lt;/td&amp;gt;&amp;lt;td style=&amp;quot;background: #E0E0E0; padding: .4em; font-weight:bold;&amp;quot;&amp;gt;Description&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-alias&amp;quot;&amp;gt;alias&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;alias &amp;lt;alias&amp;gt; &amp;lt;program&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Maps an alias string to a program.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-apis&amp;quot;&amp;gt;apis&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;apis&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Lists all loaded APIs.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-cd&amp;quot;&amp;gt;cd&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;cd &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Changes to the specified directory&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-clear&amp;quot;&amp;gt;clear&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;clear&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Clears the terminal.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-copy&amp;quot;&amp;gt;copy&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;copy &amp;lt;source&amp;gt; &amp;lt;destination&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Copies a source file or folder to a destination&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-dj&amp;quot;&amp;gt;dj&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;dj&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Music box DJ - use &amp;lt;tt&amp;gt;dj&amp;lt;/tt&amp;gt; for help.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-drive&amp;quot;&amp;gt;drive&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;drive&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;drive &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Lists the mount location of the current directory, or the path specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-edit&amp;quot;&amp;gt;edit&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;edit &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Edits the file specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-eject&amp;quot;&amp;gt;eject&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;eject &amp;lt;side&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Ejects the disk on the side specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-exit&amp;quot;&amp;gt;exit&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;exit&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Exits the currently running shell session - if it is the only shell session, the computer will power off.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-gps&amp;quot;&amp;gt;gps&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;gps&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Minecraft Global Positioning tool. Use &amp;lt;tt&amp;gt;gps&amp;lt;/tt&amp;gt; for help.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-help&amp;quot;&amp;gt;help&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;help&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;help &amp;lt;topic&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Help utility. Opens the specified topic, or the introduction if no topic is specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-id&amp;quot;&amp;gt;id&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;id&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;id &amp;lt;side&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Returns the ID of the computer, or if a side is specified, the ID of the disk in the specified side.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-label&amp;quot;&amp;gt;label&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;label&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Gets and sets the ID of the computer, or, the ID of a disk in a specified side. Use &amp;lt;tt&amp;gt;label&amp;lt;/tt&amp;gt; for help.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-list&amp;quot;&amp;gt;list&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;list&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;list &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Lists the content of the current directory, or, the directory specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-lua&amp;quot;&amp;gt;lua&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;lua&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Interactive Lua interpreter at the shell.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-mkdir&amp;quot;&amp;gt;mkdir&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;mkdir &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Makes the directory at the path specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-monitor&amp;quot;&amp;gt;monitor&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;monitor &amp;lt;side&amp;gt; &amp;lt;program&amp;gt; &amp;lt;arguments&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Redirects a specified program to a monitor on the specified side.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-move&amp;quot;&amp;gt;move&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;move &amp;lt;source&amp;gt; &amp;lt;destination&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Moves a file or folder at a specified source path to the specified destination path.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-programs&amp;quot;&amp;gt;programs&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;programs&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Lists all programs on the system.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-reboot&amp;quot;&amp;gt;reboot&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;reboot&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Reboots the Computer.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-redprobe&amp;quot;&amp;gt;redprobe&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;redprobe&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;List redstone stats. Note: Removed in ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-redpulse&amp;quot;&amp;gt;redpulse&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;redpulse&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Redstone output pulse tool. Use &amp;lt;tt&amp;gt;redpulse&amp;lt;/tt&amp;gt; for help. Note: Removed in ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-redset&amp;quot;&amp;gt;redset&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;redset&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Redstone output set tool. Use &amp;lt;tt&amp;gt;redset&amp;lt;/tt&amp;gt; for help. Note: Removed in ComputerCraft 1.6&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-time&amp;quot;&amp;gt;time&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;time&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Returns the Minecraft time of day.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-type&amp;quot;&amp;gt;type&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;type &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Returns the type of the object or file at the specified path.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-rename&amp;quot;&amp;gt;rename&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;rename &amp;lt;old-name&amp;gt; &amp;lt;new-name&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Renames a file or directory.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #E8E8E8;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-shell&amp;quot;&amp;gt;shell&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;shell, shell &amp;lt;program&amp;gt; &amp;lt;arguments&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Opens another shell session. Runs a program if specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-shutdown&amp;quot;&amp;gt;shutdown&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;shutdown&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Powers off the Computer.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[Category:Programs]][[Category:Lists]][[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Built_In_Turtle_Programs&amp;diff=6454</id>
		<title>Built In Turtle Programs</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Built_In_Turtle_Programs&amp;diff=6454"/>
				<updated>2014-04-16T04:12:47Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CraftOS_Shell|Turtles have the same programs installed by default as any other computer]], but with the addition of turtle-specific programs.&lt;br /&gt;
&amp;lt;table style=&amp;quot;width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid #C9C9C9 1px; background: #D3FFC2; line-height:28px;&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Grid_turtle.png|24px]]&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;
TurtleOS Shell Programs&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;width: 350px; background: #E0E0E0; padding: .4em; font-weight:bold;&amp;quot;&amp;gt;Program Name&amp;lt;/td&amp;gt;&amp;lt;td style=&amp;quot;background: #E0E0E0; padding: .4em; font-weight:bold;&amp;quot;&amp;gt;Description&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-craft&amp;quot;&amp;gt;craft&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;craft &amp;lt;number&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Will craft the number of items specified (if not enough material is provided, will craft as many as possible).&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-dance&amp;quot;&amp;gt;dance&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;dance&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Commands the turtle to get funky.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-excavate&amp;quot;&amp;gt;excavate&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;excavate &amp;lt;width&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Will excavate a square hole &amp;lt;width&amp;gt; blocks wide until it hits bedrock.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-tunnel&amp;quot;&amp;gt;tunnel&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;tunnel &amp;lt;distance&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Will dig a tunnel 2 high by 3 wide for the &amp;lt;distance&amp;gt; specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-refuel&amp;quot;&amp;gt;refuel&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;refuel&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Will refuel the turtle using the item in the currently selected slot.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-turn&amp;quot;&amp;gt;turn&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;turn &amp;lt;direction&amp;gt; &amp;lt;number&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Will make the turtle turn in the &amp;lt;direction&amp;gt; specified, for the designated &amp;lt;number&amp;gt; of times.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-go&amp;quot;&amp;gt;go&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;go &amp;lt;direction&amp;gt; &amp;lt;number&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Will command the turtle to move in the list of specified directions in the &amp;lt;direction &amp;lt;number&amp;gt; format. Example: go forward 3 left 2 will move forward three, and turn left twice.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
[[Category:Programs]][[Category:Lists]][[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Built_In_Turtle_Programs&amp;diff=6453</id>
		<title>Built In Turtle Programs</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Built_In_Turtle_Programs&amp;diff=6453"/>
				<updated>2014-04-16T04:12:21Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: Adding default programs for turtles, similar to CraftOS Shell page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NeedsWork|Updating this page to give more detailed information similar to [[CraftOS Shell]] would be useful. - [[User:Oeed|Oeed]] 07:50, 26 March 2014 (GMT)}}&lt;br /&gt;
[[CraftOS_Shell|Turtles have the same programs installed by default as any other computer]], but with the addition of turtle-specific programs.&lt;br /&gt;
&amp;lt;table style=&amp;quot;width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid #C9C9C9 1px; background: #D3FFC2; line-height:28px;&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Grid_turtle.png|24px]]&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;
TurtleOS Shell Programs&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;width: 350px; background: #E0E0E0; padding: .4em; font-weight:bold;&amp;quot;&amp;gt;Program Name&amp;lt;/td&amp;gt;&amp;lt;td style=&amp;quot;background: #E0E0E0; padding: .4em; font-weight:bold;&amp;quot;&amp;gt;Description&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-craft&amp;quot;&amp;gt;craft&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;craft &amp;lt;number&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Will craft the number of items specified (if not enough material is provided, will craft as many as possible).&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-dance&amp;quot;&amp;gt;dance&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;dance&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Commands the turtle to get funky.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-excavate&amp;quot;&amp;gt;excavate&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;excavate &amp;lt;width&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Will excavate a square hole &amp;lt;width&amp;gt; blocks wide until it hits bedrock.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-tunnel&amp;quot;&amp;gt;tunnel&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;tunnel &amp;lt;distance&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Will dig a tunnel 2 high by 3 wide for the &amp;lt;distance&amp;gt; specified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-refuel&amp;quot;&amp;gt;refuel&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;refuel&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Will refuel the turtle using the item in the currently selected slot.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-turn&amp;quot;&amp;gt;turn&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;turn &amp;lt;direction&amp;gt; &amp;lt;number&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Will make the turtle turn in the &amp;lt;direction&amp;gt; specified, for the designated &amp;lt;number&amp;gt; of times.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;cmd-go&amp;quot;&amp;gt;go&amp;lt;/div&amp;gt;&amp;lt;tt&amp;gt;go &amp;lt;direction&amp;gt; &amp;lt;number&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Will command the turtle to move in the list of specified directions in the &amp;lt;direction &amp;lt;number&amp;gt; format. Example: go forward 3 left 2 will move forward three, and turn left twice.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
[[Category:Programs]][[Category:Lists]][[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Getting_Started&amp;diff=6452</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Getting_Started&amp;diff=6452"/>
				<updated>2014-04-16T03:44:41Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: /* Prerequisite: Installing the mods */ Updating installation instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Prerequisite: Installing the mods ==&lt;br /&gt;
'''It is very important to read everything carefully before asking questions.'''&lt;br /&gt;
'''Also, the latest version of this mod may not be compatible with the current Minecraft release.'''&lt;br /&gt;
&lt;br /&gt;
# Install [http://files.minecraftforge.net/ Minecraft Forge Recommended Build]&lt;br /&gt;
# Download the latest version of [http://computercraft.info ComputerCraft]&lt;br /&gt;
# Copy the .zip file into *minecraft folder*\mods\ or into your specified profile. (Tip: If on Windows, on the main screen of Minecraft, go to 'Texture Packs' and click on 'Open texture pack folder'. Go up one folder, there's your Minecraft folder. If on Mac, open Finder, hit Command+Shift+G and type ~/Library/ then hit enter, open 'Application Support' then open 'minecraft')&lt;br /&gt;
&amp;lt;!-- Both the zip or folder work. Please do not edit this without proof.  &lt;br /&gt;
Aha, but the folder doesn't work anymore since 1.6 --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Crafting ==&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
{{Crafting grid&lt;br /&gt;
|A1=stone |B1=stone      |C1=stone&lt;br /&gt;
|A2=stone |B2=Redstone   |C2=stone&lt;br /&gt;
|A3=stone |B3=glass pane |C3=stone&lt;br /&gt;
|Output=Computer&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Right click on the computer to use it.&amp;lt;br /&amp;gt;&lt;br /&gt;
Some important key combinations to remember:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;200px&amp;quot;|Key Combination&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;*&amp;quot;|Usage&lt;br /&gt;
|-&lt;br /&gt;
|{{Keypress|key=CTRL}} + {{Keypress|key=T}}&lt;br /&gt;
|Closes the current program.&lt;br /&gt;
|-&lt;br /&gt;
|{{Keypress|key=CTRL}} + {{Keypress|key=R}}&lt;br /&gt;
|Reboots the computer.&lt;br /&gt;
|-&lt;br /&gt;
|{{Keypress|key=CTRL}} + {{Keypress|key=S}}&lt;br /&gt;
|Forcefully shuts down the computer.&lt;br /&gt;
|}&lt;br /&gt;
You usually will have to hold down the key combinations for at least 1 second&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Attaching hardware ==&lt;br /&gt;
You can a bunch of stuff to your computer. There are 6 sides to the sides of your computer, and the computer can interact with almost anything there that it can interact with. This includes [[Modem|modems]] [[Modem_(API)|(API)]], [[Disk_Drive|disk drives]] [[Fs_(API)|(API)]], [[Printer|Printers]] [[Printer_(API)|(API)]], [[Monitor|monitors]] [[Term_(API)|(API)]], and even redstone [[Rs_(API)|(API)]]! Connect these to the sides of your computer and use the appropriate API to control your hardware.&lt;br /&gt;
&lt;br /&gt;
== Using the computer 's shell ==&lt;br /&gt;
Your computer should come with CraftOS as long as you didn't mod the mod.&lt;br /&gt;
If you have ever used the Linux terminal or Command Prompt or DOS or something similar, shell usage should be pretty simple. &lt;br /&gt;
&lt;br /&gt;
However the CraftOS Shell is even simpler and it only has one thing you can do: Type the name of a program (along with arguments) and it will run.&lt;br /&gt;
&lt;br /&gt;
A few useful programs that will help you magically appear on every computer you use, because they are in the universal ''rom'' folder that every computer can access. &lt;br /&gt;
{| border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|cd&lt;br /&gt;
|'''C'''hanges the current working '''d'''irectory of the shell, so you can do something else.&lt;br /&gt;
|-&lt;br /&gt;
|ls&lt;br /&gt;
|'''L'''i'''s'''ts the contents of the working directory, with directories in green and files in white.&lt;br /&gt;
|-&lt;br /&gt;
|rm&lt;br /&gt;
|'''R'''e'''m'''oves (deletes) a file or folder&lt;br /&gt;
|-&lt;br /&gt;
|mkdir&lt;br /&gt;
|'''M'''a'''k'''es an empty '''dir'''ectory&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Programming your computer ==&lt;br /&gt;
    For programming tutorials, ''go to'': [[Tutorials]]&lt;br /&gt;
&lt;br /&gt;
Programming ComputerCraft computers is done with a programming language called Lua. Lua is intended to be pretty simple to use, but if you don't know how, you can check out the programming tutorials on this wiki. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Do you recall that one time ages ago when you looked up &amp;quot;how to play Minecraft&amp;quot;, and you got a basic guide: punch trees, make bench, make tools, build house, make torches. But do you remember the end?&lt;br /&gt;
&lt;br /&gt;
''The rest is up to you...''&lt;br /&gt;
&lt;br /&gt;
ComputerCraft works the same way. The goals and uses for ComputerCraft are limitless, and now you've gotten started. There is no definite thing to do next, the rest is up to you.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Gps_(API)&amp;diff=6127</id>
		<title>Gps (API)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Gps_(API)&amp;diff=6127"/>
				<updated>2014-03-10T17:37:01Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: tostring() doesn't work that way&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The GPS API provides a method for turtles and computers to retrieve their own locations.&lt;br /&gt;
&lt;br /&gt;
It broadcasts a PING message over [[Rednet_(API)|rednet]] and wait for responses. In order for this system to work, there must be at least 4 computers used as gps ''hosts'' which will respond and allow [[Wikipedia:Trilateration|trilateration]]. Three of these hosts should be in a plane, and the fourth should be either above or below the other three. You can set up hosts using the [[Gps (program)|gps program]].&lt;br /&gt;
&lt;br /&gt;
Note:  When entering in the coordinates for the ''host'' you need to put in the x,y,z of the computer, not the modem, as all rednet distances are measured from the block the computer is in. &lt;br /&gt;
&lt;br /&gt;
Also note that you may ''choose'' which axises x, y or z refers to - so long as your systems have the same definition as any GPS servers that're in range, it works just the same. For example, you might build a GPS cluster according to [http://www.computercraft.info/forums2/index.php?/topic/3088-how-to-guide-gps-global-position-system/ this tutorial], using z to account for height, or you might use y to account for height in the way that MineCraft's debug screen displays.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- do not edit this without actually testing it yourself --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid #C9C9C9 1px; background: #D3FFC2; line-height:28px;&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Grid_disk.png|24px]]&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;
Gps (API)&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;width: 100px; background: #E0E0E0; padding: .4em; font-weight:bold;&amp;quot;&amp;gt;Return&amp;lt;/td&amp;gt;&amp;lt;td style=&amp;quot;width: 350px; background: #E0E0E0; padding: .4em; font-weight:bold;&amp;quot;&amp;gt;Method Name&amp;lt;/td&amp;gt;&amp;lt;td style=&amp;quot;background: #E0E0E0; padding: .4em; font-weight:bold;&amp;quot;&amp;gt;Description&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #FFFFFF;&amp;quot;&amp;gt;&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;({{Type|number}} x, {{Type|number}} y, {{Type|number}} z), or [[nil]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;gps.locate(&amp;lt;nowiki&amp;gt;[&amp;lt;/nowiki&amp;gt;{{Type|number}} timeout [, {{Type|boolean}} debug]])&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border-top: solid #C9C9C9 1px; padding: .4em;&amp;quot;&amp;gt;Tries to retrieve the computer or turtles own location. On success, returns the location of the turtle’s modem. On failure (if no responses are received for &amp;lt;var&amp;gt;timeout&amp;lt;/var&amp;gt; seconds, by default 2), returns [[nil]]. If &amp;lt;var&amp;gt;debug&amp;lt;/var&amp;gt; is &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt;, debug messages are printed.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
  print(&amp;quot;Man I am so lost right now!&amp;quot;)&lt;br /&gt;
  local x, y, z = gps.locate(5)&lt;br /&gt;
  if x == nil then&lt;br /&gt;
    print(&amp;quot;Nope, still lost :(&amp;quot;)&lt;br /&gt;
  else&lt;br /&gt;
    print(&amp;quot;I am at &amp;quot;,x,&amp;quot; &amp;quot;,y,&amp;quot; &amp;quot;,z)&lt;br /&gt;
  end&lt;br /&gt;
&lt;br /&gt;
== Vector Example ==&lt;br /&gt;
GPS position and navigation can be handled more easily using a [[vector (API)|vector]].&lt;br /&gt;
&lt;br /&gt;
  local home = vector.new(45, 85, 20)&lt;br /&gt;
  local position = vector.new(gps.locate(5))&lt;br /&gt;
  local displacement = position - home&lt;br /&gt;
  &lt;br /&gt;
  print(&amp;quot;I am &amp;quot;, tostring(displacement), &amp;quot; away from home!!!&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
[[Category:APIs]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Mouse_click_(event)&amp;diff=6126</id>
		<title>Mouse click (event)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Mouse_click_(event)&amp;diff=6126"/>
				<updated>2014-03-01T16:00:40Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: Clarified the output of return1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Event&lt;br /&gt;
|name=mouse_click&lt;br /&gt;
|desc=Fired when the terminal is clicked.&lt;br /&gt;
|return1=The mouse button that was clicked. Left Mouse Button is returned as the number 1, and Right Mouse Button is returned as the number 2&lt;br /&gt;
|return2=The X-coordinate of the click (in screen-characters).&lt;br /&gt;
|return3=The Y-coordinate of the click (in screen-characters).&lt;br /&gt;
|examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Print the button and the co-ordinates of every mouse click we receive a ''mouse_click'' event.&lt;br /&gt;
|code=&lt;br /&gt;
 while true do&lt;br /&gt;
   local event, button, xPos, yPos = [[os.pullEvent]](&amp;quot;[[mouse_click_(event)|mouse_click]]&amp;quot;)&lt;br /&gt;
   [[print]](&amp;quot;Mouse button clicked: &amp;quot;, button, &amp;quot; =&amp;gt; Click Position X: &amp;quot;, xPos, &amp;quot; =&amp;gt; Click Position Y: &amp;quot;, yPos)&lt;br /&gt;
 end&lt;br /&gt;
|output=The button that was pressed, followed by the X and Y position of the event.&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Os.clock&amp;diff=6054</id>
		<title>Os.clock</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Os.clock&amp;diff=6054"/>
				<updated>2013-11-05T10:32:31Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=os.clock&lt;br /&gt;
|returns={{type|number}}, amount of time the computercraft computer has been running, in seconds.&lt;br /&gt;
|api=OS&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Returns the amount of time the Computer has been running, note that this may not be the amount of time the program has been running. the function os.clock() is useful for debugging, see the example.&lt;br /&gt;
|examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Measure how long a custom function takes to execute&lt;br /&gt;
|code=x = os.clock() -- compensates for time already passed&amp;lt;br /&amp;gt;myFunction() -- function to be tested&amp;lt;br /&amp;gt;y = os.clock()-x -- calculates time change&amp;lt;br /&amp;gt;print(y)&lt;br /&gt;
|output=Time it took to run myFunction()&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Lua_Core_Functions]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Wiki_Todo&amp;diff=6052</id>
		<title>Wiki Todo</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Wiki_Todo&amp;diff=6052"/>
				<updated>2013-10-29T16:04:03Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: /* General Wiki Stuff */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;padding-left: 8px; float: right&amp;quot;&amp;gt;{{List of Administrators}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;span style='font-size: 132%; font-weight:bold;'&amp;gt;This page lists where work is needed to be done on the wiki. If you would like to help, we ask that you please make an account and help wherever you can.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''If you need to contact an Administrator, please visit an admin's userpage, and leave a note on their talk page.''&lt;br /&gt;
&lt;br /&gt;
'''If you make a change here, please give us as much detail as you can, and sign the end of your change using four tildes, like so: &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;. This allows us to get back to you if we need more information.'''&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Missing &amp;amp; NeedsWork Pages ==&lt;br /&gt;
* The [[:Category:Pages_Needing_Changes|Pages Needing Changes]] list shows all the pages that have been tagged with &amp;lt;nowiki&amp;gt;{{NeedsWork}}&amp;lt;/nowiki&amp;gt; or &amp;lt;nowiki&amp;gt;{{Stub}}&amp;lt;/nowiki&amp;gt;. These pages either need more information, to be tidied, re-worded or adjusted, or just needs some TLC.&lt;br /&gt;
* The [[Special:WantedPages| Wanted Pages]] list shows all the pages that are missing (have been linked to, but aren't there). You should first check that the page being requested doesn't already exist (in case the person misspelled the page) and then, if you're feeling adventurous, put together a page. You can always come back, or tag the page with a &amp;lt;nowiki&amp;gt;{{NeedsWork}}&amp;lt;/nowiki&amp;gt; or a &amp;lt;nowiki&amp;gt;{{Stub}}&amp;lt;/nowiki&amp;gt; tag. If you need help, ask us! We don't bite. &lt;br /&gt;
&lt;br /&gt;
== Additional Tasks ==&lt;br /&gt;
*[[Textutils_(API)|Textutils]] (Needs &amp;lt;s&amp;gt;5&amp;lt;/s&amp;gt; 3 function pages, &amp;lt;s&amp;gt;2&amp;lt;/s&amp;gt; 1 function description)&lt;br /&gt;
*[[Vector_(API)|Vector]] &amp;lt;s&amp;gt;(Needs link to page explaining or description explaining what a vector is and function pages)&amp;lt;/s&amp;gt;&lt;br /&gt;
** &amp;lt;s&amp;gt;It now has a link to Wikipedia, but it doesn't use any of the method or example templates. Can we get this rectified? ''[[User:AfterLifeLochie|AfterLifeLochie]] 02:14, 29 November 2012 (MSK)''&amp;lt;/s&amp;gt;&lt;br /&gt;
** Now has pages to every function in a standard template.  May need to double check work for any broken links or missing pages.  Examples and descriptions probably need work. ''[[User:MafiaMoe|MafiaMoe]] 18:38, 23 February 2013 (MSK)''&lt;br /&gt;
* Some links don't link to their correct pages, resulting in page duplication and wasting time deleting pages. Can sometimes be found in the [[Special:WantedPages| Wanted Pages.]]&lt;br /&gt;
*&amp;lt;s&amp;gt;[[Coroutine_(API)|Coroutine]] (Bottom section on interaction with other APIs is completely misleading; needs either re-write or removal) [[User:Lyqyd|Lyqyd]] 01:44, 27 May 2013 (MSK)&amp;lt;/s&amp;gt;&lt;br /&gt;
** Fixed by Hawk777 at 17:41, 28 May 2013 (MSK). ''[[User:AfterLifeLochie|AfterLifeLochie]] 10:27, 3 June 2013 (MSK)''&lt;br /&gt;
&lt;br /&gt;
== Wiki Admin Things ==&lt;br /&gt;
=== General Wiki Stuff ===&lt;br /&gt;
* &amp;lt;s&amp;gt;Random Links, such as mining_turtle via image links, any chance of removing them? &amp;lt;/s&amp;gt;&lt;br /&gt;
** Uh, no. They're generated through templates doing weird things, and fixing them is a real pain (template re factorization, renaming files, etc). I have fixed some but not all. ''[[User:AfterLifeLochie|AfterLifeLochie]] 16:46, 29 December 2012 (MSK)''&lt;br /&gt;
* Any chance to get some of the links to the vanilla Minecraft items to link to their page on the Minecraft Wiki? That's where a majority of the missing pages point towards. I think it's part of the above mentioned issue with the links via recipe or thumbnail images. Of course, we could always create a page for all of them, and redirect to the Minecraft Wiki, but that seems stupid to have to do.&lt;br /&gt;
[[Category:Lists]]&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle_inventory_(event)&amp;diff=6051</id>
		<title>Turtle inventory (event)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle_inventory_(event)&amp;diff=6051"/>
				<updated>2013-10-29T15:46:51Z</updated>
		
		<summary type="html">&lt;p&gt;Cranium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Event&lt;br /&gt;
|name=turtle_inventory&lt;br /&gt;
|desc=Fired when the inventory of the turtle is altered in any slot.&lt;br /&gt;
|examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Returns the slot number when the inventory in slot 1 is changed.&lt;br /&gt;
|code=&lt;br /&gt;
 while true do&lt;br /&gt;
   local event, p1 = [[os.pullEvent]](&amp;quot;[[turtle_inventory_(event)|turtle_inventory]]&amp;quot;)&lt;br /&gt;
   [[print]](&amp;quot;Inventory has changed&amp;quot;)&lt;br /&gt;
 end&lt;br /&gt;
|output=If the inventory in any slot has changed, or the player has clicked inside the turtle, the output is: &amp;quot;Inventory has changed&amp;quot;.&lt;br /&gt;
}}&lt;br /&gt;
'''Note: '''This event can fire even if the inventory has not changed, such as if the player has clicked on an empty slot.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	</feed>