s$ = "hello" print s$;" literal" 'or s$ + " literal" s2$ = s$ + " literal" print s2$