Difference between revisions of "Better and easier syntax for arrays"

From GiderosMobile
Line 6: Line 6:
 
Operators to return the larger or smaller of two values.<br /><br />
 
Operators to return the larger or smaller of two values.<br /><br />
  
a=b[c<b> , </b>d] &emsp; The same as 'a=b[c][d]' but shorter and easier to understand and read.<br />
+
a=b[c<b> , </b>d] &emsp; The same as 'a=b[c][d]' but shorter and easier to understand and read.<br />{|-
 
 
 
 
 
 
 
 
 
 
 
 
{|-
 
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Methods ===
 
=== Methods ===

Revision as of 10:12, 23 August 2018

Supported platforms: android, ios, mac, pc
Available since: Gideros 2017.11

Description


Operators to return the larger or smaller of two values.

a=b[c , d]   The same as 'a=b[c][d]' but shorter and easier to understand and read.
{|- | style="width: 50%;"|

Methods

| style="width: 50%;"|

Events

Constants

|}