From c1c572870c51e4bb0310c1543355472bb34662ab Mon Sep 17 00:00:00 2001 From: paladin-t Date: Thu, 10 Dec 2015 15:28:21 +0800 Subject: [PATCH] *updated history doc. --- HISTORY | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index b035911..614b44d 100755 --- a/HISTORY +++ b/HISTORY @@ -3,7 +3,7 @@ Developing class, added a NEW statement to duplicate a class instance Dec. 9 2015 Developing class, added accessing by identifier -Developing class, added a VAR statement +Developing class, added a VAR statement to declare a member variable Developing class, added routine evaluation in a class Developing class, added reference count for class Fixed a crash bug when exiting with a parsing error