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
I guess the standard behavior should be to consume all inputs, and we should have an naming convention for functions that leave some of the input arguments unmodified on the stack.
This could be useful for chaining calls like print etc.
Some container functions keep original on stack, but this is better to handle with a dup than the need to sometimes remove it later.
The text was updated successfully, but these errors were encountered: