Function: qs

Syntax

qs (<string>)

Type

string

Returns

A string enclosed within double quotes.

Parameters

Examples

This will display "Text" on the monitor.

string s = 'Text'
tell qs(s)