* [COMPILE] ( [word] -- ) while compiling the next word will be place in the currently defined word no matter if that word is immediate (like >IF ) - compare with COMPILE and >POSTPONE
[COMPILE]
( [word] -- )
>IF
COMPILE
>POSTPONE
core immediate primitive