-
Notifications
You must be signed in to change notification settings - Fork 0
Variable Declarations
Benedict Albrecht edited this page Jun 2, 2026
·
3 revisions
All declaration forms available in Crodox, shown with their type and default scope.
| Syntax | Type | Scope | Behavior |
|---|---|---|---|
<< variable >> |
Standard | :following |
Creates dependency, overwrites |
<< "path" >> |
Path | - | File path reference |
<< 'variable' >> |
Reference | - | Creates dependency, no overwrite |
<< VARIABLE >> |
Uppercase | - | Overwrites, no dependency |
<< variable:following >> |
Standard | :following |
Explicit default scope |
<< variable:up >> |
Standard | :up |
Visible to parent |
<< variable:down >> |
Standard | :down |
Visible to children |
<< variable:siblings >> |
Standard | :siblings |
Visible to all siblings |
<< variable:global >> |
Standard | :global |
Visible everywhere |
<< variable:hook >> |
Standard | :hook |
Cross-file matching |
See also: Variables Overview · Path · Reference · Uppercase
- 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