- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
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:
Conditionals are essentially abstract and so do not have a JSON representation.- Zest Core for details about Zest