blob: daa0f72aa6ff6149969f106312e5e626c898f73c [file] [log] [blame]
BEGIN {
$0 = "a b c";
OFS = 1;
ORS = 2;
NF = 2;
print;
print "d", "e";
}