qse/ase/test/awk/err-021.out
2007-12-27 21:03:41 +00:00

7 lines
112 B
Plaintext

BEGIN {
xx = 20;
split ("a b c",xx);
}
RUN ERROR: CODE [100] LINE [3] cannot change a scalar value to a map