diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/032array.cc.html | 2 | ||||
-rw-r--r-- | html/070table.mu.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/html/032array.cc.html b/html/032array.cc.html index d8c73933..2a3d7b1b 100644 --- a/html/032array.cc.html +++ b/html/032array.cc.html @@ -225,7 +225,7 @@ $error: <span class="Constant">0</span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">14</span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">15</span> <span class="Constant">4</span>:num<span class="Special"> <- </span>copy <span class="Constant">16</span> - <span class="Constant">5</span>:num<span class="Special"> <- </span>index <span class="Constant">1</span>:array:num:<span class="Constant">3</span><span class="Delimiter">,</span> <span class="Constant">0</span> + <span class="Constant">5</span>:num<span class="Special"> <- </span>index <span class="Constant">1</span>:array:num:<span class="Constant">3</span><span class="Delimiter">,</span> <span class="Constant">0</span>/index <span class="Comment"># the index must be a non-negative whole number</span> ] <span class="traceContains">+mem: storing 14 in location 5</span> 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> |