Quoth Thien-Thi Nguyen <[EMAIL PROTECTED]>: > How is [CRLF] achieved (in scheme (lisp) forms)? > > You can use the characters #\cr and #\newline, or the string "\r\n".
I can do that :-) > Probably `procedure-source' is a poor way to learn how `cgi:init' > works; better to look at cgi.scm directly. Indeed. Many thanks ttn.
