From 59ea9c522e6c2f69612424b86a4f3e3fefde67d5 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Fri, 7 Jul 2017 11:34:05 +0800 Subject: [PATCH] +added a "Use iterators" wiki ref. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 35e4090..a5e5edd 100755 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ The [MY-BASIC Quick Reference](https://paladin-t.github.io/my_basic/MY-BASIC%20Q * [Meta methods](https://github.com/paladin-t/my_basic/wiki/Meta-methods) * [Override operators](https://github.com/paladin-t/my_basic/wiki/Override-operators) * [Override functions](https://github.com/paladin-t/my_basic/wiki/Override-functions) + * [Use iterators](https://github.com/paladin-t/my_basic/wiki/Use-iterators) * Standalone shell * [Extra functions](https://github.com/paladin-t/my_basic/wiki/Extra-functions) * Integration