Skip to main content

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

ParameterTypePurpose
versionnumericMinimal required version

Example

current_version = version(1.1.0)