Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 855 Bytes

File metadata and controls

38 lines (22 loc) · 855 Bytes

Conventions

The following conventions are used in this documentation.

Identifiers

Identifiers in plain text appear like this:

  • Identifier

Identifiers in links appear like this:

Values & In-line Code

Values and in-line code appear like this:

  • 42
  • 'text'
  • True
  • X := 42;

Source Code Blocks

Declarations and source code examples appear syntax highlighted like this:

procedure Foo(const Bar: string);

Version Numbers

Some documentation pages apply only to a certain range of project versions. The applicable version numbers are specified using Ruby's twiddle-wakka pessimistic operator. For example ~>3.2 means the documentation applies to all versions >=3.2 and <4.0.

Links