Difference between revisions of "Array.fourths()"
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
[[Array.thirds() |thirds]] | [[Array.thirds() |thirds]] | ||
− | [[ | + | [[Array_nth_Functions() |nth functions]] |
Revision as of 03:15, 8 May 2020
Array.fourths()
Divide the element into four sections
1..12.fourths()
1 | 2 | 3 |
4 | 5 | 6 |
7 | 8 | 9 |
10 | 11 | 12 |