Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Places double quotation marks around a given expression.

Syntax

quoted = Quote (expression)

Parameters

The Quote function has the following parameters.

...

Quote is an internal function and does not have to be declared.

Example

Code Block
Return = "THE VALUE " : Quote(var) : " IS OUT OF RANGE"
/* The values contained in VAR are bounded by double quotation marks. */