[ String ] enthält: [ String ]

☞ x ≔ ‘abc’ enthält: ‘a’.
☞ y ≔ ‘abc’ enthält: ‘z’.
✎ schreiben: x, halt.
✎ schreiben: y, halt.
Ja
Nein