Go to the first, previous, next, last section, table of contents.


base_flatten

base_flatten(S)
: It flattens a nested list S.

Example:

 base_flatten([[1,2,3],4]);


Go to the first, previous, next, last section, table of contents.