Arc Forum
new
|
comments
|
leaders
|
submit
login
3 points
by
ryantmulligan
6103 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.