Difference between revisions of "Universal Bytecode"

From GiderosMobile
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Supported platforms:''' android, ios, mac, pc<br/>
+
<!-- GIDEROSOBJ:Universal Bytecode -->
 +
'''Supported platforms:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]]<br/>
 
'''Available since:''' Gideros 2017.10<br/>
 
'''Available since:''' Gideros 2017.10<br/>
=== <translate>Description</translate> ===
+
 
<translate><br />
+
=== Description ===
Unlike other versions of Lua, the exported bytecode with Gideros Lua is automatically compatible with both 32 and 64 bit systems.<br /><br /></translate>
+
Unlike other versions of Lua, the exported bytecode with Gideros Lua is automatically compatible with both '''32''' and '''64''' bit systems.
{|-
+
 
| style="width: 50%; vertical-align:top;"|
+
{{GIDEROS IMPORTANT LINKS}}
=== <translate>Methods</translate> ===
 
| style="width: 50%; vertical-align:top;"|
 
=== <translate>Events</translate> ===
 
=== <translate>Constants</translate> ===
 
|}
 

Latest revision as of 04:04, 1 December 2023

Supported platforms: Platform android.pngPlatform ios.pngPlatform mac.pngPlatform pc.png
Available since: Gideros 2017.10

Description

Unlike other versions of Lua, the exported bytecode with Gideros Lua is automatically compatible with both 32 and 64 bit systems.