wisp
 
(Arne Babenhauserheide)
2014-01-07: examples/macros.w: Do not run the intentionally broken code.

examples/macros.w: Do not run the intentionally broken code.

diff --git a/examples/macros.w b/examples/macros.w
--- a/examples/macros.w
+++ b/examples/macros.w
@@ -30,6 +30,6 @@ define-syntax add-with-argument
    : _ a b ...
      #' + a b ...
 
-format #t "this breaks\n"
-add-with-argument 
+; format #t "this breaks\n"
+; add-with-argument 
 format #t "returns 1: ~A\n" : add-with-argument 1