diff options
Diffstat (limited to 'html/fork.mu.html')
-rw-r--r-- | html/fork.mu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/fork.mu.html b/html/fork.mu.html index 69dc4e30..1a378255 100644 --- a/html/fork.mu.html +++ b/html/fork.mu.html @@ -16,8 +16,8 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } .muControl { color: #c0a020; } .muRecipe { color: #ff8700; } .Comment { color: #9090ff; } -.Constant { color: #00a0a0; } .Delimiter { color: #a04060; } +.Constant { color: #00a0a0; } --> </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 <span class="Constant">thread2:recipe</span> + start-running thread2 <span class="Delimiter">{</span> $print <span class="Constant">34</span> <span class="muControl">loop</span> |