Language Reference
Reference map
A quick map of Plain Language concepts, syntax patterns, and the pages to dive deeper.
What to remember
- Each line is a statement.
- Indentation defines blocks.
- Python lines pass through.
Core ideas
Statements
- Write complete sentences.
- Start with verbs like
createorset. - Use clear variable names.
Blocks
doopens a block.- Indentation closes the block.
- Use
otherwisefor else cases.
Interop
- Valid Python passes through.
- Import modules directly.
- Mix plain and Python lines.
Reference topics
Jump straight to the topic you need, each page has deep patterns and examples.