Skip to content

Conditionals

psiinon edited this page Apr 4, 2013 · 1 revision

Zest Conditionals are a generic term for statements that provide IF / THEN / ELSE functionality.
All conditional statements test for a particular condition and provide 2 alternate paths.
Each path may contain zero or more statements, and these can include conditionals to any depth.

The following elements are all conditional:

JSON

Conditionals are essentially abstract and so do not have a JSON representation.

See also

Clone this wiki locally