Control flow
Control flow in Liquid — conditionals and iteration for directing task logic in Mechanic.
Last updated
Was this helpful?
Control flow in Liquid — conditionals and iteration for directing task logic in Mechanic.
In Liquid, control flow determines what code is evaluated. By using control flow tags, developers can use logic to activate different parts of code, and skip over other parts.
Control flow can be determined using conditions, or by iteration.
Last updated
Was this helpful?
Was this helpful?