*** empty log message ***

This commit is contained in:
2006-07-12 07:25:15 +00:00
parent ba4ea092ce
commit ca1048eb31
6 changed files with 71 additions and 13 deletions

View File

@ -20,18 +20,19 @@ END
global x, y;
{
print "NF = " NF;
for (i = 0; i < 10; i++)
{
print $i;
if (i == 3) a = $i;
}
/*
$1 = $2;
$3 = $2;
$2 = $2;
$1 = 100;
//$1 = $2;
//$3 = $2;
//$2 = $2;
$20 = 10;
print $0;
*/
print "--------------------";
print NF;
print "====================";