*** empty log message ***

This commit is contained in:
2006-09-27 14:14:47 +00:00
parent c0256dbedb
commit 92263e8913
7 changed files with 235 additions and 199 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
BEGIN {
print ("xx" in j);
}