From 9570363aec35e187e2395b1760a4b94e71580ac9 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 29 Jul 2015 15:55:05 -0700 Subject: 1885 --- html/callcc.mu.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'html/callcc.mu.html') diff --git a/html/callcc.mu.html b/html/callcc.mu.html index e16e87c4..20ebd83c 100644 --- a/html/callcc.mu.html +++ b/html/callcc.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; } +.muRecipe { color: #ff8700; } .Comment { color: #9090ff; } .Constant { color: #00a0a0; } .Special { color: #ff6060; } .muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } --> @@ -33,18 +33,18 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } recipe main [ c:continuation <- f - continue-from c:continuation # <-- ..when you hit this + continue-from c # <-- ..when you hit this ] recipe f [ c:continuation <- g - reply c:continuation + reply c ] recipe g [ c:continuation <- current-continuation # <-- loop back to here - $print 1:literal - reply c:continuation # threaded through unmodified after first iteration + $print 1 + reply c # threaded through unmodified after first iteration ] -- cgit 1.4.1-2-gfad0