// compile.asm: WORD p_comma,',',fasm anchor:p_comma[] === Word: , .... Data stack: ( v -- ) .... "," (comma) is a function word that puts a cell value on the <> heap. ==== .Word: , [caption='Definition concept{counter:exec}: '] ---- : , HERE @ 8 ALLOT ! ; ( v -- ; Claim 8 bytes and put value there ) ---- ==== See also <>, <>. <>, <>, <>, <> and <>.