From f74b378fdea9136761db1dcbd4e2f2c4a0ffb514 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Fri, 11 Mar 2016 19:46:57 +0800 Subject: [PATCH] +added an interop with C# to the wiki section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4e1ede..caab96c 100755 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ Most of the fundamental topics are mentioned in the [MY-BASIC Quick Reference](M * [Link with MY-BASIC](https://github.com/paladin-t/my_basic/wiki/Link-with-MY_BASIC) * [Write a debugger](https://github.com/paladin-t/my_basic/wiki/Write-a-debugger) * [Callback](https://github.com/paladin-t/my_basic/wiki/Callback) + * [Interop with C#](https://github.com/paladin-t/my_basic/wiki/Interop-with-C%23) * Customization * [Customize macros](https://github.com/paladin-t/my_basic/wiki/Customize-macros) * [Customize a memory allocator](https://github.com/paladin-t/my_basic/wiki/Customize-a-memory-allocator)