duckscriptsdk 0.1.8

The duckscript SDK.
Documentation
```sh
var = cat [file]+
```

The cat command will print out the requested file/s.<br>
In addition it will also return the value to the output variable.

#### Parameters

Multiple file paths.

#### Return Value

The file content or none if the file does not exist.

#### Examples

```sh
cat ./docs/sdk.md
```