Expressions

Number:
{{5}}
String:
{{'My String'}}
Adding two strings together:
{{'String1' + ' ' + 'String2'}}
Adding two numbers together:
{{5+5}}
Adding strings and numbers together:
{{5 + '+' + 5 + '='}}{{5+5}}
Comparing two numbers with each other:
{{5===5}}