From 50f4ce5d608d4e96e901cf12ce673550560fd88b Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Sat, 2 Jan 2016 13:43:10 +0800 Subject: [PATCH] *added wiki link to `stack module`. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47ccd5d..74dbabc 100755 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ Most of the fundamental topics are mentioned in the [MY-BASIC Quick Reference](M * [File module](https://github.com/paladin-t/my_basic/wiki/File-module) * [Bit operation module](https://github.com/paladin-t/my_basic/wiki/Bit-operation-module) * [Miscellaneous module](https://github.com/paladin-t/my_basic/wiki/Miscellaneous-module) + * [Stack module](https://github.com/paladin-t/my_basic/wiki/Stack-module) * [FAQ](https://github.com/paladin-t/my_basic/wiki/FAQ) ## References