added implementation notes

This commit is contained in:
Luxferre
2026-06-13 19:02:47 +03:00
parent e087a928a6
commit 201e8ec88d
+1
View File
@@ -60,6 +60,7 @@ Accepts the statement string `STMT` as the input line argument.
7. Trim leading/trailing whitespace from `BODY`. 7. Trim leading/trailing whitespace from `BODY`.
8. If `KW` is equal to `GO` and the **third** non-whitespace character of `STMT` is equal to `S`, execute core language routine named `GOS` with `BODY` as a parameter and return. 8. If `KW` is equal to `GO` and the **third** non-whitespace character of `STMT` is equal to `S`, execute core language routine named `GOS` with `BODY` as a parameter and return.
9. Execute core language routine with the name equal to the value of `KW` with `BODY` as a parameter and return. 9. Execute core language routine with the name equal to the value of `KW` with `BODY` as a parameter and return.
## Number normalization function (`NORM`) ## Number normalization function (`NORM`)
Accepts any number-like value `V` as the argument. Accepts any number-like value `V` as the argument.