Creating expressions
An expression is a sentence that follows a predefined syntax and that can be evaluated to return a value.
Expressions can be separated by , or ;. For example: string1 = "Hello ", string2 = "World!", string3 = concat(string1,string2).