matching command line args added by mario-goulart on Tue Mar 27 01:20:25 2012

(use matchable)

(match (command-line-arguments)
  (("foo") (print "foo"))
  (("bar") (print "bar"))
  (else    (print "no command line arguments given")))