Name

one-minus:core — ordinary primitive

Synopsis

FORTH

1- ( val -- val-1 )();
p4:"one-minus";

Description

return the value decremented by one

 simulate:
   : 1- 1 - ;
 

dpANS .6.1.0300 - standard forth word