*updated readme by adding a ref to the "Override operators" wiki page.

This commit is contained in:
Wang Renxin 2016-02-23 16:08:33 +08:00
parent a3eeaf99d8
commit 9f87c3da99

View File

@ -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