The function LISTISEMPTY checks if a list is empty or not and returns a number 0 or 1.
LISTISEMPTY(liste) => 0 or 1
- 0: the list is not empty
- 1: the list is empty
The function LISTISEMPTY checks if a list is empty or not and returns a number 0 or 1.
LISTISEMPTY(liste) => 0 or 1