s$ = "hello" print s$ + " literal" s2$ = s$ + " literal" print s$ print s2$