notes upd
This commit is contained in:
+1
-1
@@ -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 `$`.
|
||||
|
||||
Reference in New Issue
Block a user