---
id: variables
title: Variables
---

You can use the where clause to reuse values:

```
$one + $two

    where $one = 1
          $two = 2
```

```
3
```
