Name

cat-quote:dstrings — compiling primitive

Synopsis

FORTH

CAT" ( "ccc<quote>" -- )();
p4:"cat-quote";

Description

This word has only compile-time semantics, just like CAT`. It appends run-time semantics to the current definition that concatenates the quoted string according to the specification for CAT. An error is thrown if the length of the quoted string is longer than the system parameter MAX_DATA_STR (see S,). <ansref>"cat-quote"</ansref>