source: trunk/essentials/sys-apps/gawk/extension/testarrayparm.awk

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

gawk 3.1.5

File size: 171 bytes
Line 
1#! /bin/awk -f
2
3BEGIN {
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.