> For the complete documentation index, see [llms.txt](https://groophy.gitbook.io/bhdocs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://groophy.gitbook.io/bhdocs/primary/commands/msg.md).

# msg

{% hint style="info" %}
**Good to know:** ';' is the only **unused** command.
{% endhint %}

{% hint style="info" %}
**Good to know:** Msg command supports GECHO so I think check it.

<https://github.com/Groophy-Inc/Gecho>
{% endhint %}

## The basics

The ones between '<' and '>' are changed by the user.

```
msg "<Content>"
```

## Example

```
msg "hello world"
//Coded with BH Beta 0.1.0
```

{% code title="Output: " %}

```
hello world
```

{% endcode %}
