!7 sS script1 = "Assert (True)."; sS script = [[ Make an empty thought space X. Assert (X is empty). Add (God is good) to X. Assert (Not (X is empty)). Apply rule (Remove (God is good)) to X. Assert (X is empty). ]]; sS bla = [[ // concepts zivsiiacmvqrolto - True jamvyfwypzbptvle - Make an empty thought space X. yvmxaacduvvomgqi - X is empty rzryqdohxtczvzgn - Assert (X). ]]; p { myTruth(bla); assertScriptSucceeds(script1); } svoid assertScriptSucceeds(S script) { printNumberedLines(linesToLisp(script)); }