-
Notifications
You must be signed in to change notification settings - Fork 0
Variables Uppercase
Benedict Albrecht edited this page May 20, 2026
·
3 revisions
Uppercase variables overwrite the variable but do not establish a dependency to any object.
<< NAME >>
class C1 ( ) {
let hhh ;
let aaa;
let aaa = hhh;
let aaa;
}<:let:> let <<NAME>> <| = <<'name'>> <||> |> ; <:>
Each let declaration overwrites the NAME variable, but no dependency is created between the objects. The variables are treated as independent declarations.
<:let:> let <<name>> <| = <<'name'>> <||> |> ; <:>
With a standard <<name>>, each declaration both overwrites the variable and establishes a dependency to the matching object.
- 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