<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.zcubes.com/index.php?action=history&amp;feed=atom&amp;title=Array.forward%28%29</id>
	<title>Array.forward() - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.zcubes.com/index.php?action=history&amp;feed=atom&amp;title=Array.forward%28%29"/>
	<link rel="alternate" type="text/html" href="https://wiki.zcubes.com/index.php?title=Array.forward()&amp;action=history"/>
	<updated>2026-04-27T20:39:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://wiki.zcubes.com/index.php?title=Array.forward()&amp;diff=213636&amp;oldid=prev</id>
		<title>Swapna: 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="https://wiki.zcubes.com/index.php?title=Array.forward()&amp;diff=213636&amp;oldid=prev"/>
		<updated>2020-05-20T02:25:08Z</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.forward(Function,StartValue)==&lt;br /&gt;
Returns the forward value of the given array.The first array element becomes the first, and the last array element becomes the last. forward() will not change the original array value.&lt;br /&gt;
&lt;br /&gt;
(1..10).forward()&lt;br /&gt;
&lt;br /&gt;
1  	2       3  	4  	5   	6   	7   	8   	9   	10&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a=|3,2,1..10|;&lt;br /&gt;
&amp;lt;/br&amp;gt;a.forward();&lt;br /&gt;
&amp;lt;/br&amp;gt;a;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;|-&lt;br /&gt;
| 1 || 2  &lt;br /&gt;
|-&lt;br /&gt;
| 3 || 4  &lt;br /&gt;
|-&lt;br /&gt;
| 5 || 6 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
[[Array.backward() |backward]]&lt;br /&gt;
&lt;br /&gt;
[[Array.mid() |mid]]&lt;/div&gt;</summary>
		<author><name>Swapna</name></author>
	</entry>
</feed>