tendai1
Structural
- Mar 29, 2003
- 24
Given a variable defined as (setq a '(-10 -20 10 20))
Can you help me to find the Max or Min of a (i.e. using the variable a). I would appreaciate anything other than (max -10 -20 10 20).
Can you help me to find the Max or Min of a (i.e. using the variable a). I would appreaciate anything other than (max -10 -20 10 20).