Welcome to the CHICKEN Scheme pasting service
Help with string append added by sepuku on Tue May 1 13:49:12 2012
; A dummy file-exists? (define my-file-exists? (lambda (file) (let ((command (string-append "test -e" "file"))) (system command))))
; A dummy file-exists? (define my-file-exists? (lambda (file) (let ((command (string-append "test -e" "file"))) (system command))))