Add usage pattern on multi-layer functions.

This commit is contained in:
Stephen Chung
2020-10-07 10:43:53 +08:00
parent ae76d9b8ae
commit df1dd5190e
3 changed files with 121 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ It should simply be passed straight-through the the [`Engine`].
### Access Arguments
The most important argument is `inputs` where the matched identifiers (`$ident$`), expressions/statements (`$expr$`)
and statement blocks (`$block$) are provided.
and statement blocks (`$block$`) are provided.
To access a particular argument, use the following patterns: