duckscriptsdk 0.11.1

The duckscript SDK.
Documentation
```sh
var = is_windows
```

Returns true if the current OS family is windows.

### Parameters

None

### Return Value

True if the current OS family is windows.

### Examples

```sh
windows = is_windows
```