Was this helpful?
Conditional and Assignment Statements
Use these statements to specify alternative blocks of statements or to assign values to variables:
The .if, .then, and .else statements specify alternative blocks of statements to be executed under specified conditions.
The .let statement assigns a value to a variable, which can be used in subsequent computations.
Last modified date: 11/28/2023