Constants in expressions

In UltraLite, constants are numbers or string literals.

Syntax
' constant '
Usage

String constants are enclosed in single quotes (').

An apostrophe is represented inside a string by two single quotes in a row ('').

See also
Example

To use a possessive phrase, type the string literal as follows:

'John''s database'