*** empty log message ***

This commit is contained in:
2006-04-25 15:20:10 +00:00
parent 06562c78f4
commit fdfcbe168a
6 changed files with 50 additions and 14 deletions

View File

@ -13,7 +13,7 @@ function sum(i, k, y)
}
BEGIN {
//s = sum(10000000);
/*s = sum(10000000);*/
s = sum (100);
}

View File

@ -17,7 +17,8 @@ function sum (i)
BEGIN
{
//x = sum (10000000);
/*x = sum (10000000);
*/
x = sum (100);
s = x;
ss = z;

View File

@ -1,4 +1,4 @@
//global x, j;
/*global x, j;*/
func func1 (x)
{