allow declaring an `action` inside of a `system` or `action`. ``` system Something { action NestedAction { ... } } ``` TODO: add more examples/reasons for nested actions