`pipe` statement`
=================

The `pipe` statement reads or writes content from a file or variable

Syntax
------

```
[await] pipe foo into 'bla.md'
[await] pipe 'bla.md' into foo
```

#### Firescript

```fire

```

#### Javascript

```js

```
