Skip to main content
Close announcements banner

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).

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!