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).
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!