>BODY >= >COMPILE
>BODY ( addr -- addr' )  
ansi .6.1.0550 <CORE>
adjust the execution-token (ie. the CFA) to point to the parameter field (ie. the PFA) of a word. this is implementation dependent and is usually either "1 CELLS +" or "2 CELLS +"

reference: p4_to_body in ../src/core.c:0583, export CO >BODY