Rem Tangent of x degrees End Rem for d=0 to 360 step 45 print "Tan("+d+")="+float(Tan(d)) next