duckscriptsdk 0.11.1

The duckscript SDK.
Documentation
```sh
var = length text
```

Returns the text length.

### Parameters

The text to extract the length from.

### Return Value

The text length value.

### Examples

```sh
len = length "Hello World"
```