Skip to content
Elias edited this page Apr 8, 2017 · 2 revisions

The plus operator adds the two first arguments on the stack.

  • Number of arguments: 2
  • Operand name: +

Example

Input: 1 1 +

Outcome: 2

Clone this wiki locally