(define foo '( (100 input "What is the value of A" a ) (110 input "What is the value of B" b ) (120 input "What is the value of C" c ) (130 let d = ((b * b) - (4.0 * (a * c))) ) (140 print d) (150 end)))