From 0b42fc2961ad7adac8b2e4f83063872b25b8c35f Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Sat, 18 Apr 2015 14:23:37 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73f1edc..3386fac 100755 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ MY-BASIC is a tiny cross-platform easy extendable BASIC interpreter written in p * Written in clean ANSI C, source code portable * Most GW-BASIC like syntax, but without line numbers -* Small (binary less than 80KB, memory less than 500KB) and fast +* Small (within memory usage less than 32KB) and fast * Case-insensitive tokens * Integer/float point/string/boolean/array data types support * `IF-THEN-ELSE` support