about summary refs log tree commit diff stats
path: root/html/070text.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/070text.mu.html')
-rw-r--r--html/070text.mu.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/html/070text.mu.html b/html/070text.mu.html
index fc695ef5..a517c13f 100644
--- a/html/070text.mu.html
+++ b/html/070text.mu.html
@@ -347,6 +347,14 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
   <span class="Delimiter">}</span>
 ]
 
+<span class="muRecipe">recipe</span> to-text x:boolean<span class="muRecipe"> -&gt; </span>result:address:shared:array:character [
+  <span class="Constant">local-scope</span>
+  <span class="Constant">load-ingredients</span>
+  n:number<span class="Special"> &lt;- </span>copy x:boolean
+  result<span class="Special"> &lt;- </span>to-text n
+]
+
+
 <span class="muRecipe">recipe</span> buffer-to-array in:address:shared:buffer<span class="muRecipe"> -&gt; </span>result:address:shared:array:character [
   <span class="Constant">local-scope</span>
   <span class="Constant">load-ingredients</span>