DB48X-on-DM42
DB48X-on-DM42 copied to clipboard
Document the use of empty parentheses in equations
In the current implementation, it is possible to insert empty parentheses in algebraic equations, that will "steal" a value from the stack when evaluating. This actually looks like a nice feature, but it would need to be documented.
Examples:
-
'A' 'B' '()+()' EVALgives'A+B'. -
X 'sin()' EVALgives ``sin X`.
This is an extension to traditional RPL.