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

Function

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

Description

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

Examples

IsList([1,,3,4]);
IsList("foo");

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