We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The cmp function is a Python 2 function, it allows easier comparison between numbers.
pop a,b: if a>b push 1; if a == b push 0; if a < b push -1.