-
Notifications
You must be signed in to change notification settings - Fork 0
Variables
Benedict Albrecht edited this page May 20, 2026
·
3 revisions
Variables in Crodox capture tokens from parsed source code and participate in the dependency resolution system.
| 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) |
- Getting Started
- Sign-Up
- Home Screen
- Creating Your First Template
- Template Editor
- Application Navigation
- Syntax Overview
- Workflow: End-to-End
- Workflow: Test with simpleDemo
- Workflow: Build Template from angularTemp
- Demo Repositories
- Template
- Workbench
- GitHub Integration
- GitHub App Installation
- GitHub Repository Setup
- GitHub Re-linking
- Settings
- Overview
- Declarations
- Types
- Scoping