diff options
Diffstat (limited to 'html/counters.mu.html')
-rw-r--r-- | html/counters.mu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/counters.mu.html b/html/counters.mu.html index 1e76afdf..7bba9ad8 100644 --- a/html/counters.mu.html +++ b/html/counters.mu.html @@ -39,7 +39,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } ] <span class="muRecipe">recipe</span> increment-counter [ - <span class="Constant">new-default-space</span> + <span class="Constant">local-scope</span> 0:address:array:location/names:new-counter<span class="Special"> <- </span><span class="Constant">next-ingredient</span> <span class="Comment"># setup outer space; it *must* come from 'new-counter'</span> x:number<span class="Special"> <- </span><span class="Constant">next-ingredient</span> n:number/space:1<span class="Special"> <- </span>add n:number/space:1, x:number @@ -47,7 +47,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } ] <span class="muRecipe">recipe</span> main [ - <span class="Constant">new-default-space</span> + <span class="Constant">local-scope</span> <span class="Comment"># counter A</span> a:address:array:location<span class="Special"> <- </span>new-counter <span class="Constant">34:literal</span> <span class="Comment"># counter B</span> |