diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-08-03 00:49:38 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-08-03 00:49:38 -0700 |
commit | 4fe9f5e8257770a6b1de1aa94748609acd37f0f6 (patch) | |
tree | 6b6b65ff08232b68e9100b6677e26f1fbeb0321a /html/fork.mu.html | |
parent | d3cc25b4d64d81e31be228fa2fc1347b63f4729c (diff) | |
download | mu-4fe9f5e8257770a6b1de1aa94748609acd37f0f6.tar.gz |
1925
Diffstat (limited to 'html/fork.mu.html')
-rw-r--r-- | html/fork.mu.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/fork.mu.html b/html/fork.mu.html index 3f47e9a2..69dc4e30 100644 --- a/html/fork.mu.html +++ b/html/fork.mu.html @@ -13,11 +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; } +.muControl { color: #c0a020; } .muRecipe { color: #ff8700; } -.Constant { color: #00a0a0; } .Comment { color: #9090ff; } +.Constant { color: #00a0a0; } .Delimiter { color: #a04060; } -.muControl { color: #c0a020; } --> </style> @@ -32,7 +32,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } <span class="Comment"># example program: running multiple routines</span> <span class="muRecipe">recipe</span> main [ - start-running thread2:<span class="muRecipe">recipe</span> + start-running <span class="Constant">thread2:recipe</span> <span class="Delimiter">{</span> $print <span class="Constant">34</span> <span class="muControl">loop</span> |