From 201e8ec88d3c6788e3111ea7ee7ab39a058d36a8 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sat, 13 Jun 2026 19:02:47 +0300 Subject: [PATCH] added implementation notes --- lttb-impl-notes.md | 1 + 1 file changed, 1 insertion(+) 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.