Welcome to the CHICKEN Scheme pasting service
foo added by gejr on Mon Apr 30 12:46:38 2012
(define (text-path info) (string-append "Texts/texts/"
(symbol->string (text-name info))
".txt")
(begin
(set! *cur-text-number* (text-number info))
(set! *cur-text* (include (text-path info)))
(prnln "current text was set to " (text-name info))))))