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

Function

[] ( nof(any) ) -> list

Syntax

[<any>, <any>, ...]

Description

Construct and return a list.

Examples

a:=[1,2,3];
b:=[];
c:=[1,"foo",2*I];

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