From a4b057169e0d3b70b4093c10133df0085e72cc69 Mon Sep 17 00:00:00 2001 From: Sergey Rodionov Date: Sat, 27 Jan 2024 16:51:09 +0300 Subject: [PATCH] remove trush from 04_example_dollar_of_mexico.metta --- python/sandbox/bhv_binding/04_example_dollar_of_mexico.metta | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/sandbox/bhv_binding/04_example_dollar_of_mexico.metta b/python/sandbox/bhv_binding/04_example_dollar_of_mexico.metta index 745ed7930..05a635e95 100644 --- a/python/sandbox/bhv_binding/04_example_dollar_of_mexico.metta +++ b/python/sandbox/bhv_binding/04_example_dollar_of_mexico.metta @@ -10,8 +10,6 @@ !(bind! &mexico_city (bhv-new)) !(bind! &peso (bhv-new)) -USA = BHV.majority([name ^ united_states, capital_city ^ washington_dc, money ^ dollar]) -MEX = BHV.majority([name ^ mexico, capital_city ^ mexico_city, money ^ peso]) (= (USA) (bhv-majority (bhv-bind &name &united_states) (bhv-bind &capital_city &washington_dc) (bhv-bind &money &dollar) )) (= (MEX) (bhv-majority (bhv-bind &name &mexico) (bhv-bind &capital_city &mexico_city) (bhv-bind &money &peso) ))