9 lines
122 B
Plaintext
9 lines
122 B
Plaintext
|
global abc;
|
||
|
|
||
|
BEGIN {
|
||
|
abc[20] = "abc";
|
||
|
abc = 10;
|
||
|
}
|
||
|
|
||
|
RUN ERROR: CODE [94] LINE [5] map 'abc' not assignable with a scalar
|