source:
trunk/essentials/sys-apps/gawk/test/nfldstr.awk
Last change on this file was 3076, checked in by , 18 years ago | |
---|---|
File size: 151 bytes |
Line | |
---|---|
1 | $1 == 0 { |
2 | print "bug" |
3 | } |
4 | { |
5 | $0 = "0" |
6 | if (!$0) |
7 | print "another bug" |
8 | $0 = a = "0" |
9 | if (!$0) |
10 | print "yet another bug" |
11 | if ($1) |
12 | print "a buggie" |
13 | } |
Note:
See TracBrowser
for help on using the repository browser.