mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-04 00:56:31 +02:00
Fix small issues in docs
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user