<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://elanthipedia.play.net/index.php?action=history&amp;feed=atom&amp;title=Talk%3ABubblesort_%28script%29</id>
	<title>Talk:Bubblesort (script) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://elanthipedia.play.net/index.php?action=history&amp;feed=atom&amp;title=Talk%3ABubblesort_%28script%29"/>
	<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Talk:Bubblesort_(script)&amp;action=history"/>
	<updated>2026-04-24T18:39:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Talk:Bubblesort_(script)&amp;diff=111427&amp;oldid=prev</id>
		<title>ISHARON: moved Talk:Bubblesort (Script) to Talk:Bubblesort (script)</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Talk:Bubblesort_(script)&amp;diff=111427&amp;oldid=prev"/>
		<updated>2011-03-24T18:36:00Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/Talk:Bubblesort_(Script)&quot; class=&quot;mw-redirect&quot; title=&quot;Talk:Bubblesort (Script)&quot;&gt;Talk:Bubblesort (Script)&lt;/a&gt; to &lt;a href=&quot;/Talk:Bubblesort_(script)&quot; title=&quot;Talk:Bubblesort (script)&quot;&gt;Talk:Bubblesort (script)&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 13:36, 24 March 2011&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>ISHARON</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Talk:Bubblesort_(script)&amp;diff=111426&amp;oldid=prev</id>
		<title>ISHARON: moved Talk:Bubblesort(script) to Talk:Bubblesort (Script)</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Talk:Bubblesort_(script)&amp;diff=111426&amp;oldid=prev"/>
		<updated>2011-02-11T19:56:02Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/Talk:Bubblesort(script)&quot; class=&quot;mw-redirect&quot; title=&quot;Talk:Bubblesort(script)&quot;&gt;Talk:Bubblesort(script)&lt;/a&gt; to &lt;a href=&quot;/Talk:Bubblesort_(Script)&quot; class=&quot;mw-redirect&quot; title=&quot;Talk:Bubblesort (Script)&quot;&gt;Talk:Bubblesort (Script)&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 14:56, 11 February 2011&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>ISHARON</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Talk:Bubblesort_(script)&amp;diff=111425&amp;oldid=prev</id>
		<title>Maintenance script: New page: This was an excursion in stormfront scripting I took to see if it could be done.  The result is a properly functioning bubblesort algorithm on a variable size array.  The data are passed i...</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Talk:Bubblesort_(script)&amp;diff=111425&amp;oldid=prev"/>
		<updated>2009-02-07T00:00:20Z</updated>

		<summary type="html">&lt;p&gt;New page: This was an excursion in stormfront scripting I took to see if it could be done.  The result is a properly functioning bubblesort algorithm on a variable size array.  The data are passed i...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This was an excursion in stormfront scripting I took to see if it could be done.&lt;br /&gt;
&lt;br /&gt;
The result is a properly functioning bubblesort algorithm on a variable size array.&lt;br /&gt;
&lt;br /&gt;
The data are passed in as parameters to the script.&lt;br /&gt;
&lt;br /&gt;
.bubblesort 1 2 3 4 5 6 7&lt;br /&gt;
&lt;br /&gt;
will produce (after much computation)&lt;br /&gt;
&lt;br /&gt;
{7 6 5 4 3 2 1}&lt;br /&gt;
&lt;br /&gt;
There is no practical application of this aside from possibly making a skill sorter or &amp;quot;what do I need to level&amp;quot; script.&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>