diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-17 14:24:51 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-17 14:24:51 -0400 |
| commit | 1ccb3c92a4c074a12550c584d3651ace2d7c0131 (patch) | |
| tree | 3288fc8f7b6bb9e31fe43cfbd3d5e18e61d0207e /docs/type_system/function.md | |
| parent | 7964cf08ac807ac9e7b6d579a25321a23adc9139 (diff) | |
qualifiers as %
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 |
