wisp
 
(Arne Babenhauserheide)
2013-03-21: works with two top level functions.

works with two top level functions.

diff --git a/example.w b/example.w
--- a/example.w
+++ b/example.w
@@ -20,3 +20,7 @@ do not break me!"
 
   a c
 
+defun b (n o)
+  . "second defun, with a docstring!"
+  message "I am here"
+  . t
\ No newline at end of file