Home  Contents

_VERSION

Global Lua Commands

SYNOPSIS

_VERSION

DESCRIPTION

A global variable (not a function) that holds a string containing the current interpreter version. The current contents of this variable is "Lua 5.1".

EXAMPLE

print(_VERSION)
Lua 5.1