CHAR+ CHAR CHARS
CHAR+ ( value -- value' )  
ansi .6.1.0897 <CORE>
increment the value by the sizeof one char - the value is often a pointer or an offset, see CHARS

reference: p4_char_plus in ../src/core.c:0815, export CO CHAR+