*** empty log message ***

This commit is contained in:
2006-06-28 03:44:40 +00:00
parent 9bd13da27c
commit 69b807966c
5 changed files with 76 additions and 56 deletions

View File

@ -10,4 +10,9 @@ BEGIN
delete abc;
delete abc["aaaa"] ;
/*
print 1 > 2 + 3;
print 1 < 2 + 3;
*/
}