? Script Editor
? Execution Output
? Blockchain State
? Language Reference
CHAIN <name>
Declare & initialize a named blockchain
DEFINE <var> <val>
Declare a global variable with initial value
BLOCK "label"…END
Create a new block with body statements
SET <var> <expr>
Assign (or compute) a variable value
EMIT <expr>
Log a message to execution output
HASH
Compute & store a SHA-256-like block hash
VALIDATE
Verify current block integrity
IF <cond>…ELSE…END
Conditional branching inside a block
VERIFY
Full chain integrity check
PRINT <expr>
Print variable or expression value