In EOPL, can you return the car of the car without having to recursively go through the list?
In other words--is there a keyword that will return "apple" in the following example.
lst = '(apple banana strawberry) (milk cookie) (coke pepsi sprite)
The car is (apple banana strawberry). The car of the car would be apple.