5 lines
135 B
Text
5 lines
135 B
Text
|
|
length(["apple","orange"]);
|
||
|
|
fruits: matrix(["apple","orange"],["banana","pear"])$
|
||
|
|
length(fruits);
|
||
|
|
length(list_matrix_entries(fruits));
|