From d44123cabaa730c778a0e2644c75dbfba6a7ab30 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 12 Jun 2015 22:34:45 -0700 Subject: 1556 --- html/fork.mu.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'html/fork.mu.html') diff --git a/html/fork.mu.html b/html/fork.mu.html index 39c7207a..40e645b5 100644 --- a/html/fork.mu.html +++ b/html/fork.mu.html @@ -16,7 +16,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } .Constant { color: #008080; } .Comment { color: #8080ff; } .Delimiter { color: #c000c0; } -.Identifier { color: #008080; } +.muControl { color: #804000; } .muRecipe { color: #ff8700; } --> @@ -34,15 +34,15 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } recipe main [ start-running thread2:recipe { - $print 34:literal - loop + $print 34:literal + loop } ] recipe thread2 [ { - $print 35:literal - loop + $print 35:literal + loop } ] -- cgit 1.4.1-2-gfad0