Name

size — Returns size of list

Synopsis

integer size ( list  LIST );

Parameters

list LIST

Return

integer

size of the list

Description

Returns the number of elements of the list LIST

Usage

  size(["A", 1, true, "3", false]) -> 5