notes upd

This commit is contained in:
Luxferre
2026-06-13 22:05:11 +03:00
parent c523481756
commit 80ffb68bb5
+1 -1
View File
@@ -109,7 +109,7 @@ Mathematical expression and intrinsic function application engine. Accepts a sin
- Push `NORM(VARS[C])` to `VALSTACK`.
- Set `PREVC = C`, increment `I`, go to step 6.
12. If `C` is `(`:
- Push `(` to OPSTACK.
- Push `(` to `OPSTACK`.
- Set `PREVC = C`, increment `I`, go to step 6.
13. If `C` is `)`:
- While `OPSTACK` top is not `(`: Execute `EVALHELPER(VALSTACK, OPSTACK)`.