Next: , Previous: , Up: The List Library   [Index]


13.3.12 List Constructor Functions

l_assemble

list l_assemble(...);

is a new list, of data matching the function arguments (data is linked if allowed, copied otherwise)

See Referable Objects.

l_effect

list l_effect(...);

is a new list, of data matching the function arguments (data is copied)

list

list list(...);

same as ‘l_assemble