diff --git a/lttb-impl-notes.md b/lttb-impl-notes.md index b0dc0c7..78ad010 100644 --- a/lttb-impl-notes.md +++ b/lttb-impl-notes.md @@ -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.