From: Zachary Vance Date: Sat, 13 Mar 2021 22:43:24 +0000 (-0800) Subject: unordered X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=166df17505efd3c9a9d6469fe185d41a4449539e;p=za3k.git unordered --- diff --git a/archive/logic_potions.md b/archive/logic_potions.md index 18294fd..118db07 100644 --- a/archive/logic_potions.md +++ b/archive/logic_potions.md @@ -55,6 +55,7 @@ Example Rules - Rule 2: IF a potion contains *exactly* two ingredients, THEN it is fizzy. - Rule 3: If a potion contains a heart or a spade, THEN it is red. +What are rules? - A Rule is always an IF-THEN clause with two parts: IF and THEN. - The IF clause refers only to the ingredients used to brew the current potion - The THEN clause refers only to the result of the current potion brew