RosettaCodeData/Task/Memory-allocation/Forth/memory-allocation-2.fth
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

5 lines
169 B
Forth

marker foo
: temp ... ;
create dummy 300 allot
-150 allot \ trim the size of dummy by 150 bytes
foo \ removes foo, temp, and dummy from the list of definitions