wisp
 
(Arne Babenhauserheide)
2014-12-23: trim code

trim code

diff --git a/docs/srfi.org b/docs/srfi.org
--- a/docs/srfi.org
+++ b/docs/srfi.org
@@ -370,8 +370,6 @@ define : stringy s
  " ; linebreaks in strings do not affect wisp parsing
            . (string-capitalize ; linebreaks in parentheses are ignored.
              (string-reverse s))
-           . "
-"
 #+END_SRC
 
 Effectively code in parentheses and strings is interpreted directly as Scheme. This way you can simply copy a thunk of scheme into wisp. The following is valid wisp: