3 lines
96 B
Text
3 lines
96 B
Text
import <Utilities/Sequence.sl>;
|
|
|
|
isPalindrome(string(1)) := equalList(string, reverse(string));
|