Array.halves()
Divide the rows into two half sections. Same as Array.half()
MAGICSQUARE(3).halves()
| |||||||
|
|
1..10.halves()
1 | 2 | 3 | 4 | 5 |
6 | 7 | 8 | 9 | 10 |
Divide the rows into two half sections. Same as Array.half()
MAGICSQUARE(3).halves()
| |||||||
|
|
1..10.halves()
1 | 2 | 3 | 4 | 5 |
6 | 7 | 8 | 9 | 10 |