From b531e9b8f406357c81a278180ef047e37a034a43 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Mon, 20 Jul 2015 13:33:38 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b07d373..d606274 100755 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ For more details about using MY-BASIC when it's already integrated with exist pr * [Redirect PRINT and INPUT](https://github.com/paladin-t/my_basic/wiki/Redirect-PRINT-and-INPUT) * [Redefine int_t and real_t](https://github.com/paladin-t/my_basic/wiki/Redefine-int_t-and-real_t) * [Use usertype values](https://github.com/paladin-t/my_basic/wiki/Use-usertype-values) +* [Manipulate an array](https://github.com/paladin-t/my_basic/wiki/Manipulate-an-array) * [Customize macros](https://github.com/paladin-t/my_basic/wiki/Customize-macros) * [Write a debugger](https://github.com/paladin-t/my_basic/wiki/Write-a-debugger) * [More scripting APIs](https://github.com/paladin-t/my_basic/wiki/More-scripting-APIs)