*** empty log message ***

This commit is contained in:
2006-11-19 07:45:46 +00:00
parent 635912a61b
commit b96d5d93f4
29 changed files with 308 additions and 30 deletions

18
ase/test/awk/emp-026.out Normal file
View File

@ -0,0 +1,18 @@
{
line[__global10] = $0;
}
END {
i = __global10;
while ((i > 0))
{
print line[i];
i = (i - 1);
}
}
Susie 4.25 18
Mary 5.50 22
Mark 5.00 20
Kathy 4.00 10
Dan 3.74 0
Beth 4.00 0