duckscriptsdk 0.11.1

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

Returns the current process ID.

### Parameters

None

### Return Value

The current process ID.

### Examples

```sh
id = pid
```