diff options
Diffstat (limited to 'html/062array.mu.html')
-rw-r--r-- | html/062array.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/062array.mu.html b/html/062array.mu.html index 0388b603..52c24343 100644 --- a/html/062array.mu.html +++ b/html/062array.mu.html @@ -46,7 +46,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } <span class="Comment"># create an array out of a list of scalar args</span> <span class="muRecipe">recipe</span> new-array [ - <span class="Constant">new-default-space</span> + <span class="Constant">local-scope</span> capacity:number<span class="Special"> <- </span>copy <span class="Constant">0:literal</span> <span class="Delimiter">{</span> <span class="Comment"># while read curr-value</span> |