(Arne Babenhauserheide)
2016-10-10: FIX: reversed the order of indirect lines three-witches-space-in-name FIX: reversed the order of indirect lines
diff --git a/examples/enter-three-witches.w b/examples/enter-three-witches.w --- a/examples/enter-three-witches.w +++ b/examples/enter-three-witches.w @@ -118,7 +118,7 @@ define-syntax Speak-indirect ;; grab the lines one by one from the back : _ ((lines ...)) symbols ... (lastline ...) - #` Speak-indirect ((lines ... (lastline ...))) symbols ... + #` Speak-indirect (((lastline ...) lines ...)) symbols ... ;; start with the last line: create a deeply nested list as helper : _ symbols ... (lastline ...) #` Speak-indirect (((lastline ...))) symbols ...