18.6.1.2487.40 XCHAR+ x-char-plus XCHAR

( xc-addr1 -- xc-addr2 )

Adds the size of the xchar stored at xc-addr1 to this address, giving xc-addr2.

See:

Implementation:

: XCHAR+ ( xc-addr -- xc-addr' ) XC@+ DROP ;

ContributeContributions