Update README.md

This commit is contained in:
Wang Renxin 2015-04-16 10:14:22 +08:00
parent a4c2a73bc4
commit 870051459d

View File

@ -40,18 +40,17 @@ MY-BASIC is cleanly written in a single C source file and an associated header f
For more details about using MY-BASIC with exist projects, please see [MY-BASIC Quick Reference](MY-BASIC%20Quick%20Reference.pdf). For more details about using MY-BASIC with exist projects, please see [MY-BASIC Quick Reference](MY-BASIC%20Quick%20Reference.pdf).
## WIKI ## [WIKI](https://github.com/paladin-t/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) * [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) * [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) * [More scripting API](https://github.com/paladin-t/my_basic/wiki/More-scripting-API)
* [File module](https://github.com/paladin-t/my_basic/wiki/File-module)
* [FAQ](https://github.com/paladin-t/my_basic/wiki/FAQ) * [FAQ](https://github.com/paladin-t/my_basic/wiki/FAQ)
## References ## References
**Notes**
* [BASIC - Wikipedia](http://en.wikipedia.org/wiki/BASIC) * [BASIC - Wikipedia](http://en.wikipedia.org/wiki/BASIC)
* [MY-BASIC Quick Reference](MY-BASIC%20Quick%20Reference.pdf) * [MY-BASIC Quick Reference](MY-BASIC%20Quick%20Reference.pdf)