Feat: continue to improve documentation
Some checks failed
Deploy Website / deploy (push) Failing after 4m48s

This commit is contained in:
2026-02-17 00:51:56 +01:00
parent f258358c8f
commit 3b41a06d5e
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: