s = ""
for each c in "this is a string"
    s &= c
next
