Syntax
getexecutorversion(): stringReturns
| Name | Type | Description |
|---|---|---|
executorVersion | string | Executor version string. |
Description
Returns the current executor version string.
Call it without parameters. The function reads the needed context from the current runtime state.
It returns executorVersion (string). Use the returns table to separate successful values from nil results and recoverable errors.
Example
Example call with placeholder values.
local result = getexecutorversion()
print(result)