source:
trunk/essentials/sys-apps/gawk/test/prmreuse.awk
Last change on this file was 3076, checked in by , 18 years ago | |
---|---|
File size: 216 bytes |
Line | |
---|---|
1 | # from Pat Rankin, rankin@eql.caltech.edu, now rankin@pactechdata.com |
2 | |
3 | BEGIN { dummy(1); legit(); exit } |
4 | |
5 | function dummy(arg) |
6 | { |
7 | return arg |
8 | } |
9 | |
10 | function legit( scratch) |
11 | { |
12 | split("1 2 3", scratch) |
13 | return "" |
14 | } |
Note:
See TracBrowser
for help on using the repository browser.