qse/ase/cmd/awk/err-003.awk
2008-03-21 03:49:53 +00:00

5 lines
39 B
Awk

BEGIN {
abc[20] = "abc";
abc = 10;
}