=mkstring is a helper function takes a string, and puts quotes around it. Used for getting strings in runt.
(define (mkstring x) (string-append "\""x"\""))