duckscriptsdk 0.1.8

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