%string = "Hello"; echo(%string); %other = " world!"; echo(%other); echo(%string @ %other);