notes upd

This commit is contained in:
Luxferre
2026-06-13 20:27:20 +03:00
parent 080f41e941
commit b3fd24fbbc
+1 -1
View File
@@ -100,7 +100,7 @@ Mathematical expression and intrinsic function application engine. Accepts a sin
8. If `C` is a digit:
- Append `C` to `VALBUF`.
- 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`:
- Push 0 to `VALSTACK`.
- Set `C` to `$`.