Difference between revisions of "VERSION"
From GiderosMobile
|  (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> '''Value:''' Lua 5.1.x<br/> === Description === <translate>A global variable (not a function) that holds a string containi...") | |||
| Line 1: | Line 1: | ||
| __NOTOC__ | __NOTOC__ | ||
| − | '''Available since:''' Gideros 2011.6<br/> | + | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> | 
| − | '''Value:''' Lua 5.1.x<br/> | + | '''<translate>Value</translate>:''' Lua 5.1.x<br/> | 
| − | === Description === | + | === <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 07:27, 24 August 2018
Available since: Gideros 2011.6
Value: Lua 5.1.x
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".
