size — Returns size of list
integer size (
)
LIST
size of the list
Returns the number of elements of the list LIST
size(["A", 1, true, "3", false]) -> 5