From aa4cb847b5b6d5e15796885387bea9992ec5eac9 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Wed, 15 Apr 2015 22:36:38 +0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fd983b..b7e5229 100755 --- a/README.md +++ b/README.md @@ -42,7 +42,11 @@ For more details about using MY-BASIC with exist projects, please see [MY-BASIC ## WIKI -[Redirect PRINT and INPUT](https://github.com/paladin-t/my_basic/wiki/Redirect-PRINT-and-INPUT) +* [Redirect PRINT and INPUT](https://github.com/paladin-t/my_basic/wiki/Redirect-PRINT-and-INPUT) +* [Use usertype values](https://github.com/paladin-t/my_basic/wiki/Use-usertype-values) +* [Customizable macros](https://github.com/paladin-t/my_basic/wiki/Customizable-macros) +* [More scripting API](https://github.com/paladin-t/my_basic/wiki/More-scripting-API) +* [FAQ](https://github.com/paladin-t/my_basic/wiki/FAQ) [FAQ](https://github.com/paladin-t/my_basic/wiki/FAQ) @@ -51,6 +55,7 @@ For more details about using MY-BASIC with exist projects, please see [MY-BASIC **Notes** * [BASIC - Wikipedia](http://en.wikipedia.org/wiki/BASIC) +* [MY-BASIC Quick Reference](MY-BASIC%20Quick%20Reference.pdf) -----