TU-Berlin
→
Inst. f. Mathematik
→
Algebra und Zahlentheorie
→
KASH
→
Documentation
→
Reference Manual
KASH
3
Reference Manual
Documentation
Introduction
Reference Manual
Index
search
Function
Flat (
list
l ) ->
list
f
Description
Flatten `l' by recursing into a nested list structure and fetching all atomary (i.e. non-lists) elements and return the result.
Examples
l:=[[1],[2,3,4]]; Flat(l);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group