How can I send two lines in one variable to Label?

How can I put an "Enter" command between varA + varB in the custom-module so that it generates two lines for me?

var VarC = "(" + varA +") "+ varB
receive('/EDIT', 'button1', {label: varC})

Using the new line character \n

Great, it works... many thanks