Name

x-quote:useful — compiling primitive

Synopsis

EXTENSIONS

X" ( "hex-q" -- bstring )();
p4:"x-quote";

Description

places a counted string on stack containing bytes specified by hex-string - the hex string may contain spaces which will delimit the bytes

 example: 
    X" 41 42 4344" COUNT TYPE ( shows ABCD )