From 12f873b1073611d041ac603569faea301d2928f0 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Thu, 7 Jul 2016 13:48:42 +0800 Subject: [PATCH] +added override functions wiki link to readme. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 643f379..6dd41a1 100755 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ The [MY-BASIC Quick Reference](MY-BASIC%20Quick%20Reference.pdf) includes most o * [Define a class in C](https://github.com/paladin-t/my_basic/wiki/Define-a-class-in-C) * [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) * Standalone shell * [Extra functions](https://github.com/paladin-t/my_basic/wiki/Extra-functions) * Integration