Free Pascal Lazarus Program Tutorial 25 - Palindrome Strings


A palindrome is a word (string) that is the same backwards and forwards. This tutorial shows how to convert the string so it is backwards, then check the backwards string with the original string to see if the strings are the same.

Palindrome Examples
bob
noon
1991
redder

Code Download
FPProgT25.zip