(define double (lambda (x) (+ x x))) (if (eq? (+ (double 6) (* 34 56)) 1916) 'correct 'wrong) (print '(hello world))
Press
Reduce
to evaluate.
Read Manual