Fix small issues in docs

This commit is contained in:
Stone_Red
2026-03-05 01:56:28 +01:00
parent 8a15040baa
commit 7bad3dcbc2
3 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ interpreter.AddStatement(attr, args => Console.WriteLine($"[LOG] {args}"));
| `End` | A space must follow the keyword |
| `StartEnd` | Spaces required on both sides |
Custom statements run at `Priority.Normal` by default. Lower priority values run first.
Custom statements run at `Priority.Normal` by default. Statements with a higher-ranking enum member (`PreProcessing``Highest` → … → `VeryLow`) run first; `VeryLow` runs last.
Use `StatementAttribute.Priority` to control ordering relative to built-in statements.
---