From 9f87c3da99239ace12d4c353f65bf0e968d73f97 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Tue, 23 Feb 2016 16:08:33 +0800 Subject: [PATCH] *updated readme by adding a ref to the "Override operators" wiki page. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9691e96..4a039ed 100755 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ Most of the fundamental topics are mentioned in the [MY-BASIC Quick Reference](M * [Use prototype-based class](https://github.com/paladin-t/my_basic/wiki/Use-prototype-based-class) * [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) * Standalone shell * [Extra functions](https://github.com/paladin-t/my_basic/wiki/Extra-functions) * Integration