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