;;;; .title Line Continuation Example ;;;; .author Kurt Nørmark ;;;; .affiliation Department of Computer Science, Aalborg University ;;;; Demo of line continuation characters. These are useful in cases where the programming style calls for short source lines (80 characters, for instance). ;;;; .laml-resource false ;;;; .css-prestylesheet compact ;;;; .css-stylesheet argentina ;;;; .css-stylesheet-copying true ;;;; .scheme-source-linking true ;;;; .source-destination-delta
;; Just a demo function ;; .pre-condition Here is the precondition, which we here for demo purposes\ ;; make a very long line split by the '\' character. ;; .parameter p This is the one and only parameter. We can now tell a long\ ;; story about p on\ ;; several lines. ;; .misc Miscelaneous information Miscelaneous information \ ;; Miscelaneous information Miscelaneous information\ ;; Miscelaneous information.

(define (some-function . p) p)