public contains(str as String) as Boolean
Indicates whether a name exists in the list.
True when present.
print(names.contains("item"))