search for:
same
-- whether everything in a list is the same
same v
-- whether every element of the list
v
is the same. The comparison is done with
==
.
search for: