source:
trunk/essentials/sys-apps/gawk/extension/testarrayparm.awk
Last change on this file was 3076, checked in by , 18 years ago | |
---|---|
File size: 171 bytes |
Line | |
---|---|
1 | #! /bin/awk -f |
2 | |
3 | BEGIN { |
4 | extension("./arrayparm.so", "dlload") |
5 | |
6 | mkarray(newvar, "hi", "hello") |
7 | |
8 | for (i in newvar) |
9 | printf ("newvar[\"%s\"] = \"%s\"\n", i, newvar[i]) |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.