* ELSE ( -- ) will compile an ((ELSE)) BRANCH that performs an unconditional jump to the next >THEN - and it resolves an >IF for the non-true case
ELSE
( -- )
((ELSE))
BRANCH
>THEN
>IF
core compiling primitive