const world = 'world'; export const str = `hello ${world} ${1 + 2}${true}!`;