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