Welcome to the CHICKEN Scheme pasting service
display not writing final non-newline ending line? added by aisa on Wed Oct 26 21:27:55 2011
(require-extension http-client) (set! uri "http://www.signbank.org/SignPuddle1.6/glyphogram.php?style=svg2&ksw=M0x0") (let ((file (with-input-from-request uri #f read-string))) (display file)) (exit)