diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-07-27 17:07:52 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-07-27 17:08:29 -0700 |
commit | 5fe060d582d4a82444243a28b18085c971a85628 (patch) | |
tree | 7a13eb020d0a9cab5d4195da931a373f575229ab /html/exception2.mu.html | |
parent | 013d95266d563a3f531c13eba6d2a6bfe18f8808 (diff) | |
download | mu-5fe060d582d4a82444243a28b18085c971a85628.tar.gz |
4447
Diffstat (limited to 'html/exception2.mu.html')
-rw-r--r-- | html/exception2.mu.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/exception2.mu.html b/html/exception2.mu.html index 8e5c5c21..392ccca0 100644 --- a/html/exception2.mu.html +++ b/html/exception2.mu.html @@ -15,6 +15,7 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muData { color: #ffff00; } .muRecipe { color: #ff8700; } .Special { color: #c00000; } .Delimiter { color: #800080; } @@ -23,7 +24,6 @@ a:hover { text-decoration: underline; } .Constant { color: #00a0a0; } .LineNr { color: #444444; } .muControl { color: #c0a020; } -.muData { color: #ffff00; } --> </style> @@ -73,8 +73,8 @@ if ('onhashchange' in window) { <span id="L13" class="LineNr">13 </span> <span id="L14" class="LineNr">14 </span><span class="muRecipe">def</span> <a href='exception2.mu.html#L14'>main</a> [ <span id="L15" class="LineNr">15 </span> <span class="Constant">local-scope</span> -<span id="L16" class="LineNr">16 </span> <a href='exception2.mu.html#L21'>foo</a> <span class="Constant">0/no-exception</span> -<span id="L17" class="LineNr">17 </span> <a href='exception2.mu.html#L21'>foo</a> <span class="Constant">1/raise-exception</span> +<span id="L16" class="LineNr">16 </span> <a href='exception2.mu.html#L21'>foo</a><span class="Constant"> false/no-exception</span> +<span id="L17" class="LineNr">17 </span> <a href='exception2.mu.html#L21'>foo</a><span class="Constant"> true/raise-exception</span> <span id="L18" class="LineNr">18 </span>] <span id="L19" class="LineNr">19 </span> <span id="L20" class="LineNr">20 </span><span class="Comment"># example showing exception handling</span> |