Difference between revisions of "VERSION"
From GiderosMobile
| Line 2: | Line 2: | ||
| '''<translate>Available since</translate>:''' Gideros 2011.6<br/> | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> | ||
| '''<translate>Value</translate>:''' Lua 5.1.x<br/> | '''<translate>Value</translate>:''' Lua 5.1.x<br/> | ||
| + | '''<translate>Defined by</translate>:''' [[Special:MyLanguage/(global)|(global)]]<br/> | ||
| === <translate>Description</translate> === | === <translate>Description</translate> === | ||
| <translate>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".</translate> | <translate>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".</translate> | ||
Revision as of 09:28, 24 August 2018
Available since: Gideros 2011.6
Value: Lua 5.1.x
Defined by: (global)
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".
