Talk:Palindrome detection: Difference between revisions

Content added Content deleted
(→‎Prolog: Should use strings)
Line 51: Line 51:
yes</pre>
yes</pre>
Like if the clause were undetermined (and in fact pressing ; for the next solution, gives no, not yes!)... maybe I should read deeper the page... --[[User:ShinTakezou|ShinTakezou]] 15:50, 10 February 2009 (UTC)
Like if the clause were undetermined (and in fact pressing ; for the next solution, gives no, not yes!)... maybe I should read deeper the page... --[[User:ShinTakezou|ShinTakezou]] 15:50, 10 February 2009 (UTC)
:I don't think this solution is very good anyway because it uses a list of characters rather than a string. I'd rather see one using string library functions. --[[User:Mwn3d|Mwn3d]] 15:54, 10 February 2009 (UTC)