*fixed a wrong processing bug when return in an IF statement chunk.

This commit is contained in:
Wang Renxin 2015-10-20 18:46:19 +08:00
parent 567dee9282
commit 7bfa2c091b

View File

@ -1,6 +1,7 @@
Oct. 20 2015 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
Improved error handling Improved error handling
Oct. 19 2015 Oct. 19 2015