~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to test/elemnew1.awk

Update README.solaris.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 function tailmatch(string) {
2
 
   length(string)
3
 
 }
4
 
 
5
 
 BEGIN {
6
 
     tailmatch(defanchors["test"])
7
 
     defanchors["test"] = defanchors["test"]
8
 
 }