*** empty log message ***

This commit is contained in:
2006-07-06 13:57:32 +00:00
parent b9f2687e1d
commit d859d98608
8 changed files with 139 additions and 48 deletions

View File

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