# Syntax
A message can be shown to the user using the syntax:
```
local show message "TEXT"
```
On GUI products, a window will display the text. On text-based products, the text is printed to the console.
# Examples
The following example displays a user message:
```
local show message "Hello world!"
```