sq

Surrounds "string_expression" with single quotes.

Syntax

sq ( string_expression )

Example

# sq ( 'zero' ) #

Result

'zero'