added implementation notes
This commit is contained in:
@@ -60,6 +60,7 @@ Accepts the statement string `STMT` as the input line argument.
|
||||
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.
|
||||
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`)
|
||||
|
||||
Accepts any number-like value `V` as the argument.
|
||||
|
||||
Reference in New Issue
Block a user