*** empty log message ***

This commit is contained in:
2006-07-06 15:54:41 +00:00
parent d859d98608
commit e0e3516a51
6 changed files with 180 additions and 57 deletions

View File

@ -20,14 +20,12 @@ END
{
//$3 = "10";
//print $0, $2, $5;
$0 = "wow this is just a test";
print "step 1--------------------";
print $0 = "wow this is just a test";
//print $0;
a = $6;
print "step 2--------------------";
print a = $6;
print a;
/*
print $6;
*/
print "step 3--------------------";
print "--------------------";
}