Basic concepts
Variables
Declare and initialize variables in the FlexiLayout language by giving a type and name or with the Let keyword, which infers type from an expression.
You can create and use variables in any section where code is entered. The name of a variable cannot coincide with the name of a global constant or the name of an element.
Variables can be created in one of two ways.
