qse/ase/test/awk/err-021.out

7 lines
111 B
Plaintext
Raw Normal View History

2007-03-19 03:44:06 +00:00
BEGIN {
xx = 20;
split ("a b c",xx);
}
2007-03-20 10:46:27 +00:00
RUN ERROR: CODE [95] LINE [3] cannot change a scalar value to a map