version
Syntax Format
version(min_version)
Overview
The version
function sets the minimal version, required to execute the script. This function is useful to check the current minimal required version for the access to the full available functionality.
Parameters
Parameter | Type | Purpose |
---|---|---|
version | numeric | Minimal required version |
Example
current_version = version(1.1.0)