Difference between revisions of "Array.backward()"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "* << Z3 Home * Z3 Language Documentation * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member F...")
 
Line 11: Line 11:
 
10  9  8  7  6  5  4  3  2  1
 
10  9  8  7  6  5  4  3  2  1
  
 +
 +
|3,2,1..10|.backward()
 +
 +
6  5  4  3  2  1
  
 
==See Also==
 
==See Also==

Revision as of 04:12, 21 April 2020


Array.backward(Function,StartValue)

Returns the backward value of the given array.

(1..10).backward()

10 9 8 7 6 5 4 3 2 1


|3,2,1..10|.backward()

6 5 4 3 2 1

See Also

forward

mid