Miscellaneous

getexecutorversion

Returns Real's executor version as one string.

Syntax

getexecutorversion(): string

Returns

NameTypeDescription
executorVersionstringExecutor version string.

Description

Returns Real's executor version as one 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

Read the executor version string exposed by Real.

local version = getexecutorversion()
print(version)