BEGIN { s = "hello" print s " literal" s1 = s " literal" print s1 }