File 01
Grammar operators
12 records, read from 2-operators.
| Symbol | Meaning | Example |
|---|---|---|
+ | compose required parts | Claim + Evidence + Time |
× | generate combinations | Channel × Persona × Funnel Stage |
→ | state transition | manual intake → instrumented intake |
| | mutually exclusive alternatives | Observed | Inferred | Unknown |
? | optional only when justified | Executive? |
{…} | repeat zero or more | {Evidence} |
[…] | gate or constraint | [E3+ required] |
~ | inference, never direct fact | slow response ~ queue friction |
! | contradiction or stop | ! recipient unresolved |
@ | source/provenance pointer | @source-0042 |
$[L,B,H] | low/base/high financial range | $[25k,60k,140k] |
Δ | measured change | ΔSOV = current − prior |
Source: file 01 · 2-operators · line 82