Name

endcase:core — compiling primitive

Synopsis

FORTH

ENDCASE ( comp-value -- )();
p4:"endcase";

Description

ends a CASE construct that may surround multiple sections of OF ... ENDOF code-portions. The ENDCASE has to resolve the branches that are necessary at each ENDOF to point to right after ENDCASE

dpANS .6.2.1342 - standard forth word