1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-05 18:48:46 +10:00
collapseos/blk/426
2020-04-25 21:54:07 -04:00

9 lines
190 B
Plaintext

: ELSE ( a1 -- a2 | a1: IF cell a2: ELSE cell )
COMPILE (br)
2 ALLOT
DUP H@ -^ SWAP ( a-H a )
!
H@ 2- ( push a. -2 for allot offset )
; IMMEDIATE