diff options
Diffstat (limited to 'docs/type_system/function.md')
| -rw-r--r-- | docs/type_system/function.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/type_system/function.md b/docs/type_system/function.md index 814e3c3..57b0abf 100644 --- a/docs/type_system/function.md +++ b/docs/type_system/function.md @@ -95,6 +95,8 @@ it : fn `sync 10 } ``` +## Range `..` + # Calling ## \`async @@ -115,3 +117,7 @@ If the callee is a process, an inline await with async is used ```text fn `sync args // can be turned into `await fn `async args ``` + +# Binding + +## \`bind |
