*** empty log message ***
This commit is contained in:
@ -7,8 +7,8 @@ BEGIN {
|
||||
|
||||
for (i in a) print "a[" i "]=" a[i];
|
||||
#SUBSEP=",,,";
|
||||
#SUBSEP=4.5;
|
||||
SUBSEP=555;
|
||||
SUBSEP=4.5;
|
||||
#SUBSEP=555;
|
||||
|
||||
print "------------------------";
|
||||
|
||||
|
3
ase/test/awk/t48.awk
Normal file
3
ase/test/awk/t48.awk
Normal file
@ -0,0 +1,3 @@
|
||||
BEGIN {
|
||||
print ("xx" in j);
|
||||
}
|
Reference in New Issue
Block a user