source: trunk/essentials/sys-apps/gawk/test/splitarr.awk

Last change on this file was 3076, checked in by bird, 18 years ago

gawk 3.1.5

File size: 101 bytes
Line 
1BEGIN {
2 a[1] = "elephantie"
3 a[2] = "e"
4 print split(a[1],a,a[2]), a[2], a[3], split(a[2],a,a[2])
5}
Note: See TracBrowser for help on using the repository browser.