;Practice Quiz 1 (servlet (email name qty) (case email ((#null) {
email:
name:
qty:
}) (else (send-mail request "tjhickey@brandeis.edu" email "pquiz1" {[email] visited the pquiz1 servlet at [(Date.)]}) {
Thanks [name] for ordering [qty] widgets, at $3.75 each, with $7.50 shipping fee. Please send us a check for [ (+ 7.5 (* qty 3.75))] American dollars
} ) ) )