source:
trunk/essentials/sys-apps/gawk/extension/foo.awk
Last change on this file was 3076, checked in by , 18 years ago | |
---|---|
File size: 221 bytes |
Line | |
---|---|
1 | BEGIN { |
2 | extension("./dl.so","dlload") |
3 | zaxxon("hi there", "this is", "a test", "of argument passing") |
4 | zaxxon(1) |
5 | zaxxon(1,2) |
6 | z = zaxxon(1,2,3,4) |
7 | z = zaxxon(1,zaxxon(zaxxon("foo")),3,4) |
8 | print z |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.