(print "This script will test the ad and sub functions") (print (add 1 2 3)) (print (sub 4 5)) (print (add 1 3.1415 7))