// compile.asm: WORD p_Dcomma,'D,',fasm anchor:p_Dcomma[] === Word: D, .... Data stack: ( v -- ) .... "D," (D-comma) is a function word that puts a "double word" (double-byte) on the <> heap. The four least significant bytes of the value are put at the current free head address, which also is incremented accordingly. ==== .Definition concept for D, **** : D, HERE @ 4 ALLOT D! ; **** ====