Expressions
Expressions make up a large part of the Cicada language, including your typical variables
and math/logic operations, as well as things you might not expect like if
statements and
variable declarations. This flexibility gives you much more control over how you write your
workflows.
Keep reading to learn more about how to use expressions in Cicada!