Difference between revisions of "Array.firsthalf()"

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 16: Line 16:
 
|}
 
|}
  
See also [[Array.secondhalf]]
+
==See also==
 +
[[Array.secondhalf |secondhalf]]

Revision as of 08:10, 21 April 2020


Array.firsthalf()

Gets the first half of the array.

1..5.firsthalf()

1
2

See also

secondhalf