# LOG

### Syntax

**LOG(object1, \[object2])**

| Argument name                                  | Description                           |
| ---------------------------------------------- | ------------------------------------- |
| <p><strong>object1</strong></p><p>Required</p> | A text or variable to print           |
| <p><strong>object2</strong></p><p>Optional</p> | An optional text or variable to print |

### Examples

* **LOG('Hello world')** prints the text *Hello world*
* **LOG('Total:', total)** prints the text *Total:* and the value of the variable *total*.
