*** empty log message ***

This commit is contained in:
2006-10-10 07:06:42 +00:00
parent 12fcd69db8
commit fb46759c43
4 changed files with 10 additions and 6 deletions

View File

@ -117,4 +117,5 @@ BEGIN {
print .123E-;
print +.123E-;
print -.123E-;
print -.123E- + "123";
}

View File

@ -27,6 +27,7 @@ END {
arr[0] = "xxx";
#print split ("abc def abc", arr);
print split ("abc def kkk", j);
print split ("abc def kkk", $0);
#xyz = 20;
#print xyz;