*** empty log message ***

This commit is contained in:
2006-06-30 03:53:16 +00:00
parent 1f94f4c4e6
commit 6dc8b225d6
3 changed files with 70 additions and 20 deletions

View File

@ -29,5 +29,6 @@ BEGIN
getline x < "abc";
print x > "abc";
print 1 2 getline j j;
print "abc" 1 + 2 3 + 49 2 / 3;
}