PROGRAM D9r1 ! Driver for routine scrsho LIBRARY "scrplo" CLEAR PRINT "Graph of the Bessel function j0:" CALL scrplo END FUNCTION func (x) LIBRARY "bessj0" DECLARE FUNCTION bessj0 LET func = bessj0(x) END FUNCTION