1. mkstring

=mkstring is a helper function takes a string, and puts quotes around it. Used for getting strings in runt.

<<ugens-top>>=
(define (mkstring x) (string-append "\""x"\""))



prev | home | next