one-minus:core — ordinary primitive
FORTH
1- ( val -- val-1 )();p4:"one-minus";
1- ( val -- val-1 )(
)
return the value decremented by one
simulate: : 1- 1 - ;
dpANS .6.1.0300 - standard forth word