public contains(str as String) as Boolean
Indicates whether the list contains a string.
True when present.
print(names.contains("comments"))