Difference between revisions of "Universal Bytecode"

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

Latest revision as of 23:50, 13 January 2025

Supported platforms: Platform android.pngPlatform ios.pngPlatform mac.pngPlatform pc.pngPlatform linux.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.