Hi,
I am prolog newbie and I really need some help.
Given a nested list like [[a,1], [b,2], [c,3]], I need to create a new list containing all the letters (ex:[a,b,c]). I am having a very hard time with this. The following is what I have so far.
%main function
%getLettList(+InputList...