Array.halves()
Revision as of 13:48, 4 March 2017 by Joseph (talk | contribs) (Created page with "* << Z3 Home * Z3 Language Documentation * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member F...")
Array.halves()
Divide the rows into two half sections
MAGICSQUARE(3).halves()
| |||||||
|
|
1..10.halves()
1 | 2 | 3 | 4 | 5 |
6 | 7 | 8 | 9 | 10 |