Next: List Operators, Previous: List Visiting Functions, Up: The List Library [Index]
list l_assemble(...);
is a new list, of data matching the function arguments (data is linked if allowed, copied otherwise)
See Referable Objects.
list l_effect(...);
is a new list, of data matching the function arguments (data is copied)
list list(...);
same as ‘l_assemble’