*updated readme.

This commit is contained in:
Wang Renxin 2016-01-22 19:29:18 +08:00
parent d344b05d68
commit 3fcef23970

View File

@ -46,7 +46,7 @@ MY-BASIC is a dynamic typed programming language with BASIC syntax and has a ver
* Multiple file support by `IMPORT` statement * Multiple file support by `IMPORT` statement
* Structured user customizable **sub routine** definition by **`DEF-ENDDEF`** support, including tail recursion optimization * Structured user customizable **sub routine** definition by **`DEF-ENDDEF`** support, including tail recursion optimization
* Structured `IF-THEN-ELSEIF-ELSE-ENDIF` support * Structured `IF-THEN-ELSEIF-ELSE-ENDIF` support
* Structured `FOR-TO-STEP-NEXT/WHILE-WEND/DO-UNTIL` support * Structured `FOR-TO-STEP-NEXT/FOR-IN/WHILE-WEND/DO-UNTIL` support
* Reserved retro `GOTO/GOSUB-RETURN` support * Reserved retro `GOTO/GOSUB-RETURN` support
* Debug APIs * Debug APIs
* Customizable memory pool * Customizable memory pool