Generated: Monday, May 1, 2006, 14:55:36 | | A SchemeDoc Manual |
Line Continuation Example
Kurt Nørmark Department of Computer Science, Aalborg University
Source file: /user/normark/.public_html/schemedoc/examples/ex-line-cont.scm
Demo of line continuation characters. These are useful in cases where the programming style calls for short source lines (80 characters, for instance).
|
some-function |
Form | (some-function . p) |
Description | Just a demo function |
Precondition | Here is the precondition, which we here for demo purposes
make a very long line split by the '\' character. |
Parameters | p | This is the one and only parameter. We can now tell a long
story about p on
several lines. |
See also | Scheme source file | some-function |
Note | Miscelaneous information Miscelaneous information
Miscelaneous information Miscelaneous information
Miscelaneous information. |
|