From be424041a9dae43dcb7be170b61c3a568013bf2e Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 11 May 2026 17:49:27 -0400 Subject: add control template --- docs/type_system/control.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/type_system/control.md (limited to 'docs/type_system/control.md') 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] +``` -- cgit v1.2.3