diff options
Diffstat (limited to 'docs/type_system/action.md')
| -rw-r--r-- | docs/type_system/action.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/type_system/action.md b/docs/type_system/action.md new file mode 100644 index 0000000..2917b69 --- /dev/null +++ b/docs/type_system/action.md @@ -0,0 +1,9 @@ +# Action + +--- + +```text +Action_class `alias Enum[.unknown; .loop; .if; .match; .mutation] + +Action[Action_class; SCOPE; Parent; TARGET; ARGS; STATEMENTS ...] +``` |
