You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a request related to more of an "extension" to RPN, but I've heard of there being some(?) calculators that support RPN-style variables; i.e. rather than doing q = 2, there is 2 then @q to store the value of 2 (the top of the stack) in q, along with @q^ instead being used to do the same but also pop 2 off the stack.
This is a request related to more of an "extension" to RPN, but I've heard of there being some(?) calculators that support RPN-style variables; i.e. rather than doing
q = 2
, there is2
then@q
to store the value of 2 (the top of the stack) in q, along with@q^
instead being used to do the same but also pop 2 off the stack.I initially saw the example on this here webpage at the very bottom: https://horman.net/avisynth/rpn.php
Let me know if you think it'd be worth adding.
The text was updated successfully, but these errors were encountered: