String firstName = "Jørgen" String lastName = "Fagervik" String fullName = STR."My full name is \{firstName} \{lastName}";