7 lines
109 B
Plaintext
7 lines
109 B
Plaintext
BEGIN {
|
|
abc[20] = "abc";
|
|
abc = 10;
|
|
}
|
|
|
|
RUN ERROR: CODE [98] LINE [3] map 'abc' not assignable with a scalar
|