From d9b5ec0cbeb259bcf50f122815fb3cd0371ec131 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Wed, 25 Nov 2015 12:21:05 +0800 Subject: [PATCH] *updated wiki ref in readme. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81592de..0bbc608 100755 --- a/README.md +++ b/README.md @@ -101,11 +101,13 @@ For more details about using MY-BASIC when it's already integrated with exist pr * Principles * [Passes](https://github.com/paladin-t/my_basic/wiki/Passes) * [Interpreter workflow diagram](https://github.com/paladin-t/my_basic/wiki/Interpreter-workflow-diagram) -* Understanding run-time system in MY-BASIC +* Code with MY-BASIC + * [Module (namespace)](https://github.com/paladin-t/my_basic/wiki/Module-(namespace)) * [Sub routine](https://github.com/paladin-t/my_basic/wiki/Sub-routine) +* Understanding data type system in MY-BASIC * [Collection manipulation](https://github.com/paladin-t/my_basic/wiki/Collection-manipulation) * [Manipulate an array](https://github.com/paladin-t/my_basic/wiki/Manipulate-an-array) - * [Auto memory management](https://github.com/paladin-t/my_basic/wiki/Auto-memory-management) + * [Auto memory management](https://github.com/paladin-t/my_basic/wiki/Automatic-memory-management) * [Use usertype values](https://github.com/paladin-t/my_basic/wiki/Use-usertype-values) * Integration * [Link with MY-BASIC](https://github.com/paladin-t/my_basic/wiki/Link-with-MY_BASIC)