Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error in core using inc/dec on procedures
Fixes error in core for: ``` proc _a() { return 1; } _a()++; ```
- Loading branch information