qse/ase/test/awk/err-003.awk

7 lines
52 B
Awk
Raw Normal View History

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