*** empty log message ***

This commit is contained in:
2006-07-10 14:28:46 +00:00
parent 494061b3c0
commit ba4ea092ce
6 changed files with 223 additions and 175 deletions

View File

@ -17,19 +17,22 @@ END
print "\a";
}
*/
{
//$3 = "10";
//print $0, $2, $5;
//print $0 = "wow this is just a test";
//print $0 = "";
//print $0;
$7="abcdefghi";
print a = $6;
print "[" $0 "],[" a "]";
global x, y;
{
for (i = 0; i < 10; i++)
{
print $i;
if (i == 3) a = $i;
}
/*
print $6;
$1 = $2;
$3 = $2;
$2 = $2;
print $0;
*/
print "--------------------";
print NF;
print "====================";
}

View File

@ -1,4 +1,4 @@
/*global x, j;*/
//global x, j;
func func1 (x)
{