diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-11-04 15:27:20 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-11-04 15:27:20 -0700 |
commit | 15ed8cc164f947d6a49b6b73a00ff9955931ab50 (patch) | |
tree | 9699fa9a7a011882e5a444b3dc207f51ce74738a /html/070table.mu.html | |
parent | 023905775bc97eb8048ccf9d8b7c96f715d92513 (diff) | |
download | mu-15ed8cc164f947d6a49b6b73a00ff9955931ab50.tar.gz |
3621
Diffstat (limited to 'html/070table.mu.html')
-rw-r--r-- | html/070table.mu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/070table.mu.html b/html/070table.mu.html index 85df5029..9cc6e3e1 100644 --- a/html/070table.mu.html +++ b/html/070table.mu.html @@ -32,8 +32,8 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color </head> <body> <pre id='vimCodeElement'> -<span class="Comment"># A table is like an array, except that its keys are not integers but</span> -<span class="Comment"># arbitrary types.</span> +<span class="Comment"># A table is like an array, except that you can index it with arbitrary types</span> +<span class="Comment"># and not just non-negative whole numbers.</span> <span class="muScenario">scenario</span> table-read-write [ <span class="Constant">local-scope</span> |