Difference between revisions of "Universal Bytecode"

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