*fixed a scope manipulation bug when evaluating a none parameter routine, thanks to Cybermonkey342 and John for pointing it out.

This commit is contained in:
Wang Renxin 2015-10-20 19:49:20 +08:00
parent 4da0f8b4ba
commit 21e623d8d7

View File

@ -2,6 +2,7 @@ Oct. 20 2015
Added a SRND statement Added a SRND statement
Added range support for RND statement Added range support for RND statement
Fixed a wrong processing bug when return in an IF statement chunk Fixed a wrong processing bug when return in an IF statement chunk
Fixed a scope manipulation bug when evaluating a none parameter routine, thanks to Cybermonkey342 and John for pointing it out
Improved error handling Improved error handling
Oct. 19 2015 Oct. 19 2015