notes upd

This commit is contained in:
Luxferre
2026-06-13 20:27:42 +03:00
parent b3fd24fbbc
commit c523481756
+1 -1
View File
@@ -100,7 +100,7 @@ Mathematical expression and intrinsic function application engine. Accepts a sin
8. If `C` is a digit: 8. If `C` is a digit:
- Append `C` to `VALBUF`. - Append `C` to `VALBUF`.
- Set `PREVC = C`, increment `I`, go to step 6. - Set `PREVC = C`, increment `I`, go to step 6.
9. If `VALBUF` is not empty, push NORM(VALBUF) to VALSTACK and clear `VALBUF`. 9. If `VALBUF` is not empty, push `NORM(VALBUF)` to `VALSTACK` and clear `VALBUF`.
10. If EXPR[I onwards] starts with `RND`: 10. If EXPR[I onwards] starts with `RND`:
- Push 0 to `VALSTACK`. - Push 0 to `VALSTACK`.
- Set `C` to `$`. - Set `C` to `$`.