Name

two-minus:forth_83 — ordinary primitive

Synopsis

FORTH

2- ( i -- i )();
p4:"two-minus";

Description

substract 2 from the value on stack (and leave the result there)

 simulate:
   : 2- 2 - ;