18.6.2.0145 +X/STRING plus-x-string XCHAR EXT

( xc-addr1 u1 -- xc-addr2 u2 )

Step forward by one xchar in the buffer defined by xc-addr1 u1. xc-addr2 u2 is the remaining buffer after stepping over the first xchar in the buffer.

Implementation:

: +X/STRING ( xc-addr1 u1 -- xc-addr2 u2 )
   OVER DUP XCHAR+ SWAP - /STRING ;

ContributeContributions

AntonErtlavatar of AntonErtl [258] PronounciationComment2022-08-15 14:07:41

A better pronounciation would be "plus-x-slash-string".

Reply New Version