Name

comma:core — ordinary primitive

Synopsis

FORTH

, ( val -- )();
p4:"comma";

Description

store the value in the dictionary

 simulate:
   : , DP  1 CELLS DP +!  ! ;
 

dpANS .6.1.0150 - standard forth word