I have to add string --foo to each element in given set and been trying hard to do that but unable to do. Is it really possible to do that? Below is the set
a = {"apple", "banana", "cherry", "6363738", "1"}
output
a = {"apple--foo", "banana--foo", "cherry--foo", "6363738-foo", "1-foo"}