Move anonymous function to own chapter.

This commit is contained in:
Stephen Chung
2020-07-19 21:18:13 +08:00
parent cf36dc5a57
commit 686d40d4ae
4 changed files with 60 additions and 57 deletions

View File

@@ -75,6 +75,7 @@ The Rhai Scripting Language
2. [Overloading](language/overload.md)
3. [Namespaces](language/fn-namespaces.md)
4. [Function Pointers](language/fn-ptr.md)
5. [Anonymous Functions](language/fn-anon.md)
15. [Print and Debug](language/print-debug.md)
16. [Modules](language/modules/index.md)
1. [Export Variables, Functions and Sub-Modules](language/modules/export.md)