duckscriptsdk 0.11.1

The duckscript SDK.
Documentation
```sh
var = uname [-a]
```

Acts similar to uname on unix like systems.

### Parameters

* Optional -a for extended information (not supported on windows).

### Return Value

The OS name and optionally extra information.

### Examples

```sh
value = uname -a
```