text content is introduced with "

return "hello world"

text can be interleaved with variable content

forall [ $a (slide) ]
return
     "{$a}"

when evaluating variables inside a string, we are in string context

forall $a [ * (slide) ]
return
     "{$a}"