Expressions
Expressions in Rell are used to perform operations and control program flow, combining data, variables, and operators. They enable everything from basic arithmetic to complex conditional logic, essential for building dynamic dapps.
Rell offers various data types, including null, boolean, integer, text, byte array, big integer, and decimal, supporting a range of operations and precise data handling.
Operators in Rell help with data access, calculations, comparisons, and logical operations, including arithmetic, relational, equality, and assignment operations.