Name
of:core — compiling primitive
Synopsis
FORTH
OF
( comp-value case-value -- comp-value ).. ENDOF( | ) ; | |
Description
compare the case-value placed lately with the comp-value
being available since CASE - if they are equal run the
following code-portion up to ENDOF after which the
case-construct ends at the next ENDCASE
dpANS .6.2.1950
- standard forth word