[COMPILE] [CHAR] [DEFINED]
[COMPILE] word ( -- )  
immediate ansi .6.2.2530 <CORE>
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

reference: p4_bracket_compile in ../src/core.c:2524, export CI [COMPILE]