palcheck.icn: Program to check palindromic sentences

August 14, 1996; K'vin D'vries and Ralph E. Griswold
Requires: Version 9 graphics
This file is in the public domain.
This program reads lines from standard input.  If a line is a
palindromic sentence (see The Icon Programming Language, 2nd edition,
p. 58), it is ignored.  If it is not a palindromic sentence, it is
written to a window with the outermost characters that don't match
highlighted.

Source code | Program Library Page | Icon Home Page