;; this servlet takes in four parameters ;; and just uses them to make a simple page ;; containing the four values in a list (servlet (name age favcol zzz) (list name age favcol zzz))