ELSE EKEY? EMIT
ELSE ( -- )  
smart-word ansi .6.1.1310 <CORE>
will compile an ((ELSE)) BRANCH that performs an unconditional jump to the next THEN - and it resolves an IF for the non-true case

reference: p4_else in ../src/core.c:1023, export CS ELSE