duckscriptsdk 0.11.1

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

Returns the current time in milliseconds (from January 1, 1970 UTC).

### Parameters

None

### Return Value

The current time in milliseconds.

### Examples

```sh
result = current_time
echo ${result}
```