Name
char-plus:core — ordinary primitive
Synopsis
FORTH
CHAR+
( value -- value' )(
)
;
p4:"char-plus";
Description
increment the value by the sizeof one char
- the value is often a pointer or an offset,
see CHARS
dpANS .6.1.0897
- standard forth word