Difference between revisions of "Better and easier syntax for arrays"
From GiderosMobile
(Created page with "__NOTOC__ '''Supported platforms:''' <br/> '''Available since:''' Gideros 2017.11<br/> === Description === <br /> Operators to return the larger or smaller of two values.<br /...") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Supported platforms:''' <br/> | + | '''Supported platforms:''' android, ios, mac, pc<br/> |
'''Available since:''' Gideros 2017.11<br/> | '''Available since:''' Gideros 2017.11<br/> | ||
=== Description === | === Description === | ||
Line 7: | Line 7: | ||
a=b[c<b> , </b>d]   The same as 'a=b[c][d]' but shorter and easier to understand and read.<br /> | a=b[c<b> , </b>d]   The same as 'a=b[c][d]' but shorter and easier to understand and read.<br /> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
{|- | {|- | ||
| style="width: 50%;"| | | style="width: 50%;"| |
Revision as of 08:56, 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.
Methods |
EventsConstants |