From 221b5c36c92b75834797beaaeaee3e80a1a8a8a0 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Sun, 25 Dec 2016 16:16:41 +0800 Subject: [PATCH] *updated readme. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 23de08c..931868f 100755 --- a/README.md +++ b/README.md @@ -55,10 +55,10 @@ MY-BASIC is a dynamic typed programming language with BASIC syntax and has a ver * Collection implementation and manipulation functions for **`LIST`** and **`DICT`** * Automatic releasing of referenced objects (list, dictionary, referenced usertype, prototype, lambda, etc.) benefited from **Reference Counting** and **Garbage Collection** * Multiple source file support by `IMPORT` statement -* Structured user customizable **sub routine** definition by **`DEF-ENDDEF`** support, including tail recursion optimization -* Structured `IF-THEN-ELSEIF-ELSE-ENDIF` support -* Structured `FOR-TO-STEP-NEXT/FOR-IN-NEXT/WHILE-WEND/DO-UNTIL` support -* Reserved retro `GOTO/GOSUB-RETURN` support +* Structured user customizable **sub routine** definition by **`DEF/ENDDEF`** support, including tail recursion optimization +* Structured `IF/THEN/ELSEIF/ELSE/ENDIF` support +* Structured `FOR/TO/STEP/NEXT`, `FOR/IN/NEXT`, `WHILE/WEND`, `DO/UNTIL` support +* Reserved retro `GOTO`, `GOSUB/RETURN` support * Debug APIs * Customizable memory pool * High expansibility, easy to use APIs, easy to write customized scripting interfaces