(Arne Babenhauserheide)
2013-08-09: readme: start the examples with a simple hello world. readme: start the examples with a simple hello world.
diff --git a/Readme.txt b/Readme.txt --- a/Readme.txt +++ b/Readme.txt @@ -1,6 +1,10 @@ Wisp: Whitespace to Lisp ======================== + define : hello (define (hello) + display "Hello World" ⇒ (display "Hello World")) + + define : hello who (define (hello who) display ⇒ (display string-append (string-append