QUOTED

Synopsis
QUOTED thing
Description

If the input is a word, QUOTED outputs the word with a double-quote character (") appended to the front. Otherwise, QUOTED outputs whatever the input is.

Example
SHOW "Hello
Hello

SHOW QUOTED "Hello
"Hello
SHOW QUOTED [1 2 3]
[1 2 3]

SourceForge.net Logo