Next: List Statements, Previous: List Constructor Functions, Up: The List Library [Index]
Is the length (item count) of the operand. Same as the ‘l_length’ function.
Is the right operand, sets the left operand as a reference of the right operand. Same as the ‘l_set’ function.
Are the data in the position indicated by the second operand in the list indicated by the first operand. Same as the ‘l_query’ and ‘lo_query’ functions.
Are the data in the position indicated by the second operand in the list indicated by the first operand, after it was replaced by the third operand. Same as the l_b_*, ‘l_bind’ and ‘lo_bind’ functions.
Is the second operand if the first is not zero, the third operand otherwise.
Asssociates right to left.
See Data Type Generic List Functions.