Name: Anonymous 2007-12-07 10:02
would it be possible to have a function somthing like
(indexof i l), where i is the index and l is the list and instead of it returning the index it return the car position of it?
for example, (indexof 2 l) would evaluate to (cadr l)
(indexof i l), where i is the index and l is the list and instead of it returning the index it return the car position of it?
for example, (indexof 2 l) would evaluate to (cadr l)