Array.halves()

From ZCubes Wiki
Revision as of 12:54, 6 March 2017 by Joseph (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Array.halves()

Divide the rows into two half sections. Same as Array.half()

MAGICSQUARE(3).halves()

2
7
6
9
5
1
4
3
8

1..10.halves()

1 2 3 4 5
6 7 8 9 10