Name

one-plus:core — ordinary primitive

Synopsis

FORTH

1+ ( val -- val+1 )();
p4:"one-plus";

Description

return the value incremented by one

 simulate:
  : 1+ 1 + ;
 

dpANS .6.1.0290 - standard forth word