Apply-cs.scm: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 February 2008

  • curprev 22:2322:23, 9 February 2008Wgscott talk contribsm 565 bytes +565 New page: <pre> (define (apply-cs imol chain-id cs-file-name) (if (file-exists? cs-file-name) (call-with-input-file cs-file-name (lambda (port) (let loop ((resno (read port)) (at...