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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.