RosettaCodeData/Task/Memory-allocation/Forth/memory-allocation-2.fth

6 lines
169 B
Forth
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
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