Question: List extraction

I have this list

L := {a = b, e = f};

I want to extract b and f

How can i do it ?

Please Wait...