Added in 1.9.0

$qt(text)

Adds outer enclosing quotes around text if they are not already present.

Parameters

text - The text to format.

Example

; Adds enclosing quotes to the text c:\spaced folder
//echo -ag $qt(c:\spaced folder)