Skip to content
Elias edited this page Apr 8, 2017 · 1 revision

The minus operator subtracts the two first arguments on the stack.

  • Number of arguments: 2
  • Operand name: -

Example

Input: 10 5 -

Outcome: 5

Clone this wiki locally