*** empty log message ***
This commit is contained in:
parent
7902f250be
commit
501a22ab04
@ -9,4 +9,12 @@ BEGIN
|
|||||||
print "line 4" >> "4";
|
print "line 4" >> "4";
|
||||||
|
|
||||||
while ((getline x < "abc") > 0) print x;
|
while ((getline x < "abc") > 0) print x;
|
||||||
|
close ("abc");
|
||||||
|
|
||||||
|
|
||||||
|
print "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~";
|
||||||
|
|
||||||
|
getline x < "abc";
|
||||||
|
if (x == "a") print "xxxxxxxxxxxxxxxx"; else print x;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user