From 166df17505efd3c9a9d6469fe185d41a4449539e Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Sat, 13 Mar 2021 14:43:24 -0800 Subject: [PATCH] unordered --- archive/logic_potions.md | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3