
(loop
   with pairs = (first (argv))
   for x in  (car (argv)) do
     (print x))
