duckscriptsdk 0.11.1

The duckscript SDK.
Documentation
```sh
path = temp_dir
```

This command will return the system temporary directory path.

### Parameters

None

### Return Value

The directory path.

### Examples

```sh
path = temp_dir

echo ${path}
```