Add oop.rhai script.

This commit is contained in:
Stephen Chung
2020-06-27 17:34:39 +08:00
parent d509006264
commit 549ef6bf7f
7 changed files with 62 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ Dynamic
* Dynamic dispatch via [function pointers].
* Some support for [OOP].
* Some support for [object-oriented programming (OOP)][OOP].
Safe
----