(Arne Babenhauserheide)
2013-07-25: comment on its own line comment on its own line
diff --git a/hello-world-server.w b/hello-world-server.w --- a/hello-world-server.w +++ b/hello-world-server.w @@ -4,7 +4,8 @@ define : timestring string-join list - number->string : tm:hour : localtime : current-time ; use gmtime to get UTC + ; use gmtime instead of localtime if you want UTC + number->string : tm:hour : localtime : current-time number->string : tm:min : localtime : current-time . ":" ; delimiter