From cceff2e8dd8c997766181532c6557656cf1a8cd9 Mon Sep 17 00:00:00 2001
From: JonnyWong16
- Enter the logic to use when evaluating the conditions.
- Only the keywords and/or and brackets () are supported.
- (e.g. {1} and ({2} or {3})).
+ Note: Only the keywords and/or and brackets () are supported. + For order of operations, and is evaluated before or. +