else:core — compiling primitive
FORTH
ELSE ( -- )();p4:"else";
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
dpANS .6.1.1310 - standard forth word