When operating on map elements, result of assign operators were not written to the map entry. Now check if the destination of an assign operator is in a map, and if so, set the result to it. Fixes #1194.
When operating on map elements, result of assign operators were not written to the map entry. Now check if the destination of an assign operator is in a map, and if so, set the result to it. Fixes #1194.