Rem Log(n#) returns the natural logarithm of n End Rem for n#=1 to 20 print "Log("+n+")="+Log(n) next