source:
vendor/gawk/3.1.5/test/strcat1.awk
| Last change on this file was 3076, checked in by , 19 years ago | |
|---|---|
| File size: 110 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | function f1(b) { b = b "c"; print f(b); } |
| 3 | |
| 4 | function f(a) { a = a "b"; return a; } |
| 5 | |
| 6 | BEGIN { A = "a"; f1(A); } |
Note:
See TracBrowser
for help on using the repository browser.
