string a, b; a := "String"; message a & " literal"; b := a & " literal"; message b;