*** empty log message ***

This commit is contained in:
2006-10-11 15:02:26 +00:00
parent 5a329a8881
commit 03e914fa01
7 changed files with 101 additions and 59 deletions

6
ase/test/awk/t50.awk Normal file
View File

@ -0,0 +1,6 @@
BEGIN {
two = 2; three = 3;
print (two three) + 4;
}