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

7 lines
52 B
Awk
Raw Normal View History

2007-03-02 11:41:56 +00:00
global abc;
BEGIN {
abc[20] = "abc";
abc = 10;
}