*** empty log message ***
This commit is contained in:
@ -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 "--------------------";
|
||||
}
|
||||
|
Reference in New Issue
Block a user