From 1ccb3c92a4c074a12550c584d3651ace2d7c0131 Mon Sep 17 00:00:00 2001 From: nodist Date: Wed, 17 Jun 2026 14:24:51 -0400 Subject: qualifiers as % --- docs/type_system/function.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/type_system/function.md') 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 -- cgit v1.2.3