Added "associative array" definition
parent
04e28f3a4a
commit
b925d2e7e0
|
@ -21,6 +21,10 @@ developers addressed by this specification.
|
||||||
$T$'' or simply an ``array of $T$''. An array of arrays is said to be
|
$T$'' or simply an ``array of $T$''. An array of arrays is said to be
|
||||||
multidimensional.
|
multidimensional.
|
||||||
|
|
||||||
|
\dt{associative array}
|
||||||
|
An array indexed using hashed character strings as ``keys''; said to be
|
||||||
|
``key/value'', where the value is ``associated'' with its respective key.
|
||||||
|
|
||||||
\dt{bit}
|
\dt{bit}
|
||||||
A value of $0$ or $1$.
|
A value of $0$ or $1$.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue