* FILL ( mem-addr mem-length char -- ) fill a memory area with the given char, does now simply call memset()
FILL
( mem-addr mem-length char -- )
FORTH/ANS core (dpANS.6.1.1540) ordinary primitive