duckscriptsdk 0.11.1

The duckscript SDK.
Documentation
```sh
var = get_env key
```

Returns the environment variable value for the provided key.

### Parameters

First argument is the environment variable key.

### Return Value

The environment variable value.

### Examples

```sh
home = get_env HOME
```