diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-09-06 16:35:46 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-09-06 16:35:46 -0700 |
commit | 0e4a335edc7d4e584924fd6b298156e45d2626c8 (patch) | |
tree | 4bde00176d6d00b72462e856974fecd4411ef025 /html/037recipe.cc.html | |
parent | 3cf4cc43f2622816777c22c49c32e5159574a1d3 (diff) | |
download | mu-0e4a335edc7d4e584924fd6b298156e45d2626c8.tar.gz |
2175
Diffstat (limited to 'html/037recipe.cc.html')
-rw-r--r-- | html/037recipe.cc.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/html/037recipe.cc.html b/html/037recipe.cc.html index 838b0789..856e671c 100644 --- a/html/037recipe.cc.html +++ b/html/037recipe.cc.html @@ -13,12 +13,11 @@ pre { white-space: pre-wrap; font-family: monospace; color: #eeeeee; background-color: #080808; } body { font-family: monospace; color: #eeeeee; background-color: #080808; } * { font-size: 1.05em; } -.Identifier { color: #804000; } .cSpecial { color: #008000; } .Comment { color: #9090ff; } .Delimiter { color: #a04060; } .Special { color: #ff6060; } -.CommentedCode { color: #6c6c6c; } +.Identifier { color: #804000; } .Constant { color: #00a0a0; } .traceContains { color: #008000; } --> @@ -56,7 +55,6 @@ recipe f [ reply <span class="Constant">3</span>:number ] <span class="traceContains">+mem: storing 34 in location 2</span> -<span class="CommentedCode">#? ?</span> <span class="Delimiter">:(before "End Mu Types Initialization")</span> <span class="Comment">// 'recipe' is a literal</span> |