summaryrefslogtreecommitdiff
path: root/docs/type_system/control.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-11 17:49:27 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-11 17:49:27 -0400
commitbe424041a9dae43dcb7be170b61c3a568013bf2e (patch)
treecb844c07d7c40fdbb53503902c0ccd1143322a51 /docs/type_system/control.md
parentd3a576f02b5d02245ce98741ffa6440ba5179cfb (diff)
add control template
Diffstat (limited to 'docs/type_system/control.md')
-rw-r--r--docs/type_system/control.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/type_system/control.md b/docs/type_system/control.md
new file mode 100644
index 0000000..6a4ec49
--- /dev/null
+++ b/docs/type_system/control.md
@@ -0,0 +1,9 @@
+# Control
+
+---
+
+```text
+Control_class `alias Enum[.loop; .if; .match; .mutate; .selection]
+
+Control[TARGET; ARGS; LIST; Control_class]
+```