|
loop in lisp
I was thinking of using a loop where i will have type of manfacture is ford(key1) and the car is focus (value1) den i would have another list called ford and that would match with the manfacture ford(key1) and therefore the focus value will go into that new ford list
but the only way i can make dat work is if i use loop but i cant seem to make it work
|