summaryrefslogtreecommitdiff
path: root/docs/type_system/fn.md
blob: 6ba8c1da2aa6a1ef44bbae05ca9a662f425e248a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Fn

---

```text
Fn_class `alias Enum[.partial; .complete; .iterator; .closure; .bound; .regex; .native]

Fn[Fn_class; RETURN_TYPE; ARGS; STATE; List]
```

# Returning

## \`return

## \`yield

# Calling

## \`async

## \`sync

```text
fn `sync args // `await fn `async args
```