# Basic concepts

### Closing

The characters indicate the [wrap](#wrap) closing used at the **end** of the [wrapped text](#wrapped).

### Text <a href="#wrap-content" id="wrap-content"></a>

The text without the [opening](#opening) and [closing](#closing) characters.

### Opening

The characters indicate the [wrap](#wrap) opening used at the **beginning** of the [wrapped text](#wrapped).

### Wrap

As a **noun**, wrap consists of the **opening** and **closing** characters.

As a **verb**, wraps the specified text around with the opening chars **before** and the closing **after** the text.

### Wrapped text

The [text](#text) consists of [opening](#opening) characters at the **beginning** and [closing](#closing) at the **end**.

### Wrapper

A wrapper is an object consisting of a [wrap](#wrap), which uses it to wrap the specified [text](#text) around.
