summaryrefslogtreecommitdiff
path: root/docs/type_system/flag.md
blob: 45aecfa635d309ac2b5eeda44d9f30d090bb0dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Flag

---

Up to 64 symbols that can be set on and off

```text
Flag[.name; ...]

opts : Flag[.a; .b; .c]$.a

`log opts // Flag[.a; .b;. c].opts$(.a)
```

## `add

## `remove

## `has