diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-07-11 00:02:29 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-07-11 00:02:29 -0700 |
commit | 1c349ac7c571a97978e1cbbe726430ae9c741972 (patch) | |
tree | a555a01c640d6c589febf3961a771366126376c6 /html/apps/parse-int.mu.html | |
parent | ec73ed1230d75deb0f913a32617c9f1e0a5ca640 (diff) | |
download | mu-1c349ac7c571a97978e1cbbe726430ae9c741972.tar.gz |
6631
Diffstat (limited to 'html/apps/parse-int.mu.html')
-rw-r--r-- | html/apps/parse-int.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/parse-int.mu.html b/html/apps/parse-int.mu.html index e347f1a5..e1784221 100644 --- a/html/apps/parse-int.mu.html +++ b/html/apps/parse-int.mu.html @@ -64,7 +64,7 @@ if ('onhashchange' in window) { <span id="L6" class="LineNr"> 6 </span><span class="Comment"># $ echo $?</span> <span id="L7" class="LineNr"> 7 </span><span class="Comment"># 123</span> <span id="L8" class="LineNr"> 8 </span> -<span id="L9" class="LineNr"> 9 </span><span class="PreProc">fn</span> <span class="muFunction">main</span> _args: (addr array (addr array byte))<span class="PreProc"> -> </span>exit-status/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span> +<span id="L9" class="LineNr"> 9 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='parse-int.mu.html#L9'>main</a></span> _args: (addr array (addr array byte))<span class="PreProc"> -> </span>exit-status/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span> <span id="L10" class="LineNr">10 </span>$main-body: <span class="Delimiter">{</span> <span id="L11" class="LineNr">11 </span> <span class="Comment"># if no args, print a message and exit</span> <span id="L12" class="LineNr">12 </span> <span class="PreProc">var</span> args/<span class="Constant">esi</span>: (addr array (addr array byte)) <span class="SpecialChar"><-</span> copy _args |