hi all,
i am having problems getting a particular keyword off a list in prolog. i have a list that contains for example [java,is,platform,independent]. I want to be able to search this list for the keyword independent and pass it to a variable X.
I am doing this by spliting the list but its inperfect.
I wont mind searching the list for a noun or a verb and then extracting that but i guess the first option is better.
Cheers
i am having problems getting a particular keyword off a list in prolog. i have a list that contains for example [java,is,platform,independent]. I want to be able to search this list for the keyword independent and pass it to a variable X.
I am doing this by spliting the list but its inperfect.
I wont mind searching the list for a noun or a verb and then extracting that but i guess the first option is better.
Cheers