mani-language / Mani

Máni ... an awesome, super simple programming language!
https://mani-language.github.io/
Mozilla Public License 2.0
28 stars 7 forks source link

Fixed bug with incorrect argument being checked for in map #28

Closed Kalekdan closed 5 years ago

Kalekdan commented 5 years ago

Map updating was checking if map parameter was a key in the map instead of the key passed.

crazywolf132 commented 5 years ago

Tests pass. Merging.