diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-07-27 22:51:11 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-07-27 22:51:11 -0700 |
commit | c842d90bbc5ab8f4fb88fb89ebb02c0c12051396 (patch) | |
tree | 12f5b94028df14b2927299271c16c3aa5e1b1e93 /html/061text.mu.html | |
parent | 0c44f591f4370ce7c06ef4b8ccbee513f3552b05 (diff) | |
download | mu-c842d90bbc5ab8f4fb88fb89ebb02c0c12051396.tar.gz |
3158
Diffstat (limited to 'html/061text.mu.html')
-rw-r--r-- | html/061text.mu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/061text.mu.html b/html/061text.mu.html index 84c7c349..589ca78e 100644 --- a/html/061text.mu.html +++ b/html/061text.mu.html @@ -323,8 +323,8 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color <span class="Constant">local-scope</span> <span class="Constant">load-ingredients</span> <span class="Comment"># handle null addresses</span> - <span class="muControl">reply-unless</span> a, b - <span class="muControl">reply-unless</span> b, a + <span class="muControl">return-unless</span> a, b + <span class="muControl">return-unless</span> b, a <span class="Comment"># result = new character[a.length + b.length]</span> a-len:number<span class="Special"> <- </span>length *a b-len:number<span class="Special"> <- </span>length *b |