Palindrome(palindrome) |
appearance as argument number 1 |
(documentation Palindrome EnglishLanguage "A word that spells the same backwards, for instance the word `radar`.") | Media.kif 3075-3076 | |
(subclass Palindrome Word) | Media.kif 3074-3074 | Palindrome is a subclass of word |
appearance as argument number 2 |
(termFormat EnglishLanguage Palindrome "palindrome") | domainEnglishFormat.kif 65335-65335 |
antecedent |
(=> (and (instance ?WORD Palindrome) (spellingInLanguage ?LANGUAGE ?WORD ?SYMBOLICSTRING)) (equal ?SYMBOLICSTRING (ReverseFn ?SYMBOLICSTRING))) |
Media.kif 3078-3083 |
|