(require (lib "plot.ss" "plot")) (printf "This is a plot of the sine function~n") (printf "~a~n" (plot (line sin)))