!7 sS script1 = "Assert (True)."; sS script2 = "Assert (False)."; sS script = [[ Make an empty thought space X. Assert (X is empty). Add (God is good) to X. Assert (Not (X is empty)). Add (Remove (God is good)) to X. Apply always rules in X. Assert (X is empty). ]]; sS bla = [[ // concepts zivsiiacmvqrolto - True zqbbvhdeuzyhewed - False jamvyfwypzbptvle - Make an empty thought space X. matnhiruhwprdiir - Add (X) to Y. aaedrmcbfcsubkkf - Apply rule (X) to Y. bcypplfticghlkxy - Apply always rules in X. yvmxaacduvvomgqi - X is empty rzryqdohxtczvzgn - Assert (X). wynynoujiakixjus - Not (X) chjllkocfhtwcgoj - Remove (X) ]]; p { myTruth(bla); aiStandardHandlers(); assertLispScriptSucceeds(script1); assertLispScriptFails(script2); assertLispScriptSucceeds(print(xyzToNewIDs(script))); print("OK"); }