Feat: continue to improve documentation

This commit is contained in:
2026-02-17 00:51:56 +01:00
parent 524e686b3a
commit 8fcc0f4e54
9 changed files with 175 additions and 179 deletions

View File

@@ -56,6 +56,10 @@ Reset on some condition:
{ 0 !n } @n 16 > ? ;; reset after 16
```
## When Changes Take Effect
Within a single step, you can read back what you just wrote. But variable changes only become visible to other steps after the current step finishes executing. If step 0 writes `10 !x` and step 1 reads `@x`, step 1 sees the value from the previous iteration of step 0, not from the current one running in parallel.
## Naming Sounds
Store a sound name in a variable, reuse it across steps: