// temp.asm: WORD p_tempspace,'TEMPSPACE',dovariable anchor:p_tempspace[] === Word: TEMPSPACE .... Data stack: ( -- a ) .... "TEMPSPACE" is a variable word that holds three cells the for managing "temporary memory": * the size of the temporary memory space (default 104857600 bytes) * the base address for whole temporary memory area * the amount currently used This memory is intended to be used by requesting snippets of memory in a cyclic fashion via <> without concern about it possibly overlapping a prior request.