source: vendor/gawk/3.1.5/test/splitarr.awk@ 3076

Last change on this file since 3076 was 3076, checked in by bird, 19 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.