source:
trunk/essentials/sys-apps/gawk/test/strcat1.awk@
3174
| Last change on this file since 3174 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.
