Arc Forumnew | comments | leaders | submitlogin
3 points by ryantmulligan 5917 days ago | link | parent

Oh I think I see. He has two names for one part of the code. like combining:

  (def bob args progn)
  (def bob (a b c) progn)
then inside the progn you could refer to '(a b c) as args or it's components.