Pear v2.0.2
Pre-release
Pre-release
Bug Fixes
Fixed issues in setting variable values in local scope.
In the previous version, There was a issue when you try to change the value of already initialized variable in the local scope. The ecosystem couldn't correctly identify whether the variable is belongs to local scope or global scope, hens compiler throws key error.
In this patch above issue was addressed.
Full Changelog: v2.0.1...v2.0.2