Index: proposal1.txt =================================================================== --- proposal1.txt (revision 3924) +++ proposal1.txt (revision 3925) @@ -143,6 +143,12 @@ BUILTIN FUNCTIONS +P70 list(LISTNAME) + Within an expression, a reference to a list may become an iterator and + refer to a single object. In case the expression needs the listm the + list() function protects LISTNAME from becoming an iterator. For + example llen(list(@)) is the number of all objects the design consists. + P50 llen(EXPR) Returns to the number of items of a list (an integer number >= 0).