*** empty log message ***

This commit is contained in:
2006-07-13 15:43:39 +00:00
parent e1d5b43bae
commit b6c7322571
8 changed files with 86 additions and 38 deletions

View File

@ -1,24 +1,5 @@
/*
{
print "1111111111111";
}
{
print "22222222222222";
next;
}
{
print "33333333333333333";
}
END
{
print "\a";
}
*/
global x, y;
{
print "NF = " NF;
for (i = 0; i < 10; i++)
@ -33,6 +14,7 @@ global x, y;
//$3 = $2;
//$2 = $2;
OFS["1234"]=":";
$20 = 10;
print $0;
print "--------------------";

View File

@ -1 +1 @@
{ $0=" "; /*print NF;*/ print "a" $0 "b"; x = $1; }
{ $0=" "; print NF; print "a" $0 "b"; x = $1; }