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
New commands:
- `Y` shuffles the current stack.
- `y` pushes the sign of a popped element (1, 0, or -1)
- `g` sorts the top two elements (ascending)
- `G` sorts the top two elements (descending)
- `a` does bitwise NOT on the top element.
This fills up all printable ascii.