duckscriptsdk 0.1.8

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"
```