*** empty log message ***

This commit is contained in:
2006-07-12 17:04:02 +00:00
parent ca1048eb31
commit ffbc3c3042
2 changed files with 7 additions and 5 deletions

View File

@ -28,12 +28,14 @@ global x, y;
}
$1 = 100;
//$1 = $2;
//$3 = $2;
//$2 = $2;
$20 = 10;
$10 = 10;
print $0;
print "--------------------";
print NF;
print "NF ===>>> " NF;
print "====================";
}