Skip to content

Syntax Overview

Benedict Albrecht edited this page May 20, 2026 · 3 revisions

Syntax Overview

This page provides a quick reference for all Crodox syntax elements.

Syntax Reference

Syntax Element Notation
File <~ file.xy ~> <~>
Object (visible) <: object :> <:>
Object (hidden) <* object *> <*>
Sub-body <---> or <- varA, varB ... ->
Reference <-{ refA, refB ... }->
Variable << variable >>
Options (Or) <| optionA <||> optionB ... |>
Repeat <? repeat ?>
Jump -->> stop

Variable Modifiers

Syntax Description
<< variable >> Standard variable
<< "path" >> File path reference
<< 'ref' >> Object reference (no overwrite)
<< VARIABLE >> Uppercase (overwrite, no dependency)
<< variable:hook >> Hook scope
<< variable:global >> Global scope
<< variable:up >> Up scope
<< variable:siblings >> Siblings scope
<< variable:down >> Down scope
<< variable:following >> Following scope (default)

Clone this wiki locally