interpolate>string ( str -- newstr )


Vocabulary
interpolate

Inputs
stra string


Outputs
newstra string


Word description
String interpolation using named variables and/or stack arguments, captured as a string.

Notes
Stack arguments are numbered from the top of the stack, or provided anonymously by order of arguments.

See also
interpolate

Definition