diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-27 14:15:35 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-27 14:15:35 -0800 |
commit | 1862ab4252bf4942751e59b9dff5648eabb2c854 (patch) | |
tree | adf87c44611f5f27a889a466bb6d92095660695a /html/apps/ex2.2.mu.html | |
parent | d9e98256fa154dc61a00a450d6ad07698e1ff341 (diff) | |
download | mu-1862ab4252bf4942751e59b9dff5648eabb2c854.tar.gz |
5937
Diffstat (limited to 'html/apps/ex2.2.mu.html')
-rw-r--r-- | html/apps/ex2.2.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/ex2.2.mu.html b/html/apps/ex2.2.mu.html index 3a011474..4d51bb54 100644 --- a/html/apps/ex2.2.mu.html +++ b/html/apps/ex2.2.mu.html @@ -60,7 +60,7 @@ if ('onhashchange' in window) { <span id="L4" class="LineNr"> 4 </span> <span id="L5" class="LineNr"> 5 </span><span class="PreProc">fn</span> foo<span class="PreProc"> -> </span>result/ebx: int <span class="Delimiter">{</span> <span id="L6" class="LineNr"> 6 </span> var n: int -<span id="L7" class="LineNr"> 7 </span> copy-to n<span class="Constant"> 3</span> +<span id="L7" class="LineNr"> 7 </span> copy-to n,<span class="Constant"> 3</span> <span id="L8" class="LineNr"> 8 </span> increment n <span id="L9" class="LineNr"> 9 </span> result <span class="Special"><-</span> copy n <span id="L10" class="LineNr">10 </span><span class="Delimiter">}</span> |