[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
PrologChar
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
PrologChar
(Prolog) char
Basic Standard domain for a character.
PREDICATES
nondeterm isLetter(char)
CLAUSES
isLetter(AnyChar) if 'a' <= AnyChar and AnyChar <= 'z'.
isLetter(AnyChar) if 'A' <= AnyChar and AnyChar <= 'Z'.
GOAL
isLetter('G').
'char' links
Code links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
