wisp
 
(Arne Babenhauserheide)
2014-08-17: stub for wisp-scheme-strip-indentation-markers

stub for wisp-scheme-strip-indentation-markers

diff --git a/wisp-scheme.w b/wisp-scheme.w
--- a/wisp-scheme.w
+++ b/wisp-scheme.w
@@ -342,6 +342,10 @@ define : wisp-scheme-replace-inline-colo
          ' "Replace inline colons by opening parens which close at the end of the line"
          . #t
 
+define : wisp-scheme-strip-indentation-markers lines
+         ' "Strip the indentation markers from the beginning of the lines"
+         . #t
+
 
 define : wisp-scheme-read-chunk port
          . "Read and parse one chunk of wisp-code"