*** empty log message ***
This commit is contained in:
@@ -5,7 +5,7 @@ BEGIN {
|
||||
delete NF;
|
||||
print "NF[1]=", NF[1];
|
||||
|
||||
NF[1] = 20; // this line should not be allowed
|
||||
NF[1] = 20; # this line should not be allowed
|
||||
print "AWK IMPLEMENTATION ERROR: hey... NF[1] = 20 has succeeded in the BEGIN block. your interpreter must be wrong";
|
||||
print "NF[1]=", NF[1];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user