TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
search    

Function

IsString ( any L ) -> elt-alg^boo

Description

Return `true' iff `L' has the string property or `L' is represented as a string.
Note: Strings are viewed to be lists of characters.

Examples

IsString("foo");
IsString(['b','a','r']);

Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group