Skip to content

Variables

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

Variables

Variables in Crodox capture tokens from parsed source code and participate in the dependency resolution system.

Variable Declaration Forms

Syntax Description
<< variable >> Standard variable (default :following scope)
<< "path" >> File path reference
<< 'variable' >> Reference variable (creates dependency, no overwrite)
<< VARIABLE >> Uppercase variable (overwrites, 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)

Detailed Pages

Clone this wiki locally