<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.zcubes.com/index.php?action=history&amp;feed=atom&amp;title=Array.reversesort%28%29</id>
	<title>Array.reversesort() - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.zcubes.com/index.php?action=history&amp;feed=atom&amp;title=Array.reversesort%28%29"/>
	<link rel="alternate" type="text/html" href="http://wiki.zcubes.com/index.php?title=Array.reversesort()&amp;action=history"/>
	<updated>2026-04-28T03:06:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>http://wiki.zcubes.com/index.php?title=Array.reversesort()&amp;diff=213504&amp;oldid=prev</id>
		<title>Devika: Created page with &quot;* &lt;&lt; Z3 Home  * Z3 Language Documentation * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member F...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.zcubes.com/index.php?title=Array.reversesort()&amp;diff=213504&amp;oldid=prev"/>
		<updated>2020-04-30T07:06:38Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;*&lt;a href=&quot;/Z3&quot; title=&quot;Z3&quot;&gt; &amp;lt;&amp;lt; Z3 Home &lt;/a&gt; *&lt;a href=&quot;/Z%5E3_Language_Documentation&quot; title=&quot;Z^3 Language Documentation&quot;&gt; Z3 Language Documentation&lt;/a&gt; * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member F...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;*[[ Z3 | &amp;lt;&amp;lt; Z3 Home ]]&lt;br /&gt;
*[[ Z%5E3_Language_Documentation | Z3 Language Documentation]]&lt;br /&gt;
*[[ Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member Functions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Array.reversesort(Function)==&lt;br /&gt;
Sorting the arrays in the reverse order.Reverse means first array element becomes the last, and the last array element becomes the first.But reversesort() will  change the original array value.&lt;br /&gt;
&lt;br /&gt;
a=1..10;&lt;br /&gt;
a.reversesort()&lt;br /&gt;
a;&lt;br /&gt;
&lt;br /&gt;
10  	9  	8   	7  	6   	5  	4   	3  	2  	1&lt;br /&gt;
&lt;br /&gt;
[1,2,3,4,53,3,2,2].reversesort()&lt;br /&gt;
&lt;br /&gt;
53  	4  	3  	3  	2  	2  	2  	1&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
[[Array.reverse() |reverse]]&lt;br /&gt;
&lt;br /&gt;
[[Array.backward() | backward]]&lt;/div&gt;</summary>
		<author><name>Devika</name></author>
	</entry>
</feed>