7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
BEGIN {
|
|
xx = 20;
|
|
split ("a b c",xx);
|
|
}
|
|
|
|
RUN ERROR: CODE [95] LINE [3] cannot change a scalar value to a map
|