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/032array.cc.html | |
parent | 023905775bc97eb8048ccf9d8b7c96f715d92513 (diff) | |
download | mu-15ed8cc164f947d6a49b6b73a00ff9955931ab50.tar.gz |
3621
Diffstat (limited to 'html/032array.cc.html')
-rw-r--r-- | html/032array.cc.html | 2 |
1 files changed, 1 insertions, 1 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> |