From 21e623d8d70d5b1daa18adbadd87354a2bbf3c22 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Tue, 20 Oct 2015 19:49:20 +0800 Subject: [PATCH] *fixed a scope manipulation bug when evaluating a none parameter routine, thanks to Cybermonkey342 and John for pointing it out. --- HISTORY | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY b/HISTORY index 4053a71..d979651 100755 --- a/HISTORY +++ b/HISTORY @@ -2,6 +2,7 @@ Oct. 20 2015 Added a SRND statement Added range support for RND statement 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 Oct. 19 2015