FILL FILE-UPDATE FIND
FILL ( mem-addr mem-length char -- )  
ansi .6.1.1540 <CORE>
fill a memory area with the given char, does now simply call memset()

reference: p4_fill in ../src/core.c:1239, export CO FILL