*** empty log message ***

This commit is contained in:
2006-09-01 06:45:05 +00:00
parent 069a25f54f
commit e16d36fb1f
4 changed files with 49 additions and 51 deletions

View File

@ -30,9 +30,9 @@ BEGIN {
}
print x > "def";
//print "fflush(def) = ", fflush ("def");
#print "fflush(def) = ", fflush ("def");
print "fflush() = ", fflush ("");
// print (1 (2 getline j) j);
// print "abc" 1 + 2 3 + 49 2 / 3;
# print (1 (2 getline j) j);
# print "abc" 1 + 2 3 + 49 2 / 3;
}