1
0
Fork 0

Added "associative array" definition

master
Mike Gerwitz 2013-07-25 14:20:26 -04:00
parent 04e28f3a4a
commit b925d2e7e0
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ developers addressed by this specification.
$T$'' or simply an ``array of $T$''. An array of arrays is said to be
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}
A value of $0$ or $1$.