collapseos/blk/431

9 lines
192 B
Plaintext
Raw Normal View History

2020-04-26 11:54:07 +10:00
: VARIABLE CREATE 2 ALLOT ;
: CONSTANT CREATE , DOES> @ ;
( In addition to pushing H@ this compiles 2>R so that loop
2020-04-26 11:54:07 +10:00
variables are sent to PS at runtime )
: DO COMPILE 2>R H@ ; IMMEDIATE
2020-04-26 11:54:07 +10:00