Better and easier syntax for arrays

From GiderosMobile
Revision as of 09:25, 23 August 2018 by Hgy29 (talk | contribs) (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 /...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Supported platforms:
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

Events

Constants