(define (test fn a b c)
(fn a b c) )
(display (test + 1 2 3))
(newline)
(display (test - 5 1 1))