source:
vendor/gawk/3.1.5/test/splitarr.awk@
3076
| Last change on this file since 3076 was 3076, checked in by , 19 years ago | |
|---|---|
| File size: 101 bytes | |
| Rev | Line | |
|---|---|---|
| [3076] | 1 | BEGIN { |
| 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.
