Files
qse/qse/cmd/awk/err-021.awk
2008-12-21 20:30:00 +00:00

5 lines
43 B
Awk

BEGIN {
xx = 20;
split ("a b c", xx);
}