duckscriptsdk 0.11.1

The duckscript SDK.
Documentation
```sh
var = is_command_defined key
```

Returns true if the provided command name exists.

### Parameters

The command name.

### Return Value

True if the command exists.

### Examples

```sh
exists = is_command_defined exec
```