1+
* 1+ ( val -- val+1 )

return the value incremented by one
 simulate:
  : 1+ 1 + ;

FORTH/ANS core (dpANS.6.1.0290) ordinary primitive