File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1152,7 +1152,7 @@ const EasyCoder_Core = {
1152
1152
if ( ! target . isVHolder ) {
1153
1153
program . variableDoesNotHoldAValueError ( command . lino , target . name ) ;
1154
1154
}
1155
- target . value = program . dataStack . pop ( ) ;
1155
+ target . value = program . getValue ( program . dataStack . pop ( ) ) ;
1156
1156
target . value [ target . index ] = {
1157
1157
type : target . value . type ,
1158
1158
numeric : target . value . numeric ,
Original file line number Diff line number Diff line change @@ -1152,7 +1152,7 @@ const EasyCoder_Core = {
1152
1152
if ( ! target . isVHolder ) {
1153
1153
program . variableDoesNotHoldAValueError ( command . lino , target . name ) ;
1154
1154
}
1155
- target . value = program . dataStack . pop ( ) ;
1155
+ target . value = program . getValue ( program . dataStack . pop ( ) ) ;
1156
1156
target . value [ target . index ] = {
1157
1157
type : target . value . type ,
1158
1158
numeric : target . value . numeric ,
You can’t perform that action at this time.
0 commit comments