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