Warning: session_start(): open(/var/lib/php/sessions/sess_i75ltbim5h01o7jl96sa65uq5r, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
sS questions = [[
Do you ship to Norway? => Yes
Do you ship to Oslo? => Yes
Do you ship to Australia? => Sorry, we cannot ship there.
Do you ship to Melbourne? => Sorry, we cannot ship there.
]];
sS facts = [[
We ship to Norway
We don't ship to Australia
Melbourne is in Australia
Oslo is in Norway
]];
sS rules = [[
Q: Do you ship to X?
(We ship to X) => A: Yes
(We don't ship to X) => A: Sorry, we cannot ship there.
(We ship to X for a fee of Y) => A: Yes, for a fee of Y we will ship to X.
(X is in Y) => Replace question with: Do you ship to Y?
Always: (Replace question with: X) => Q: X
Always: (Q: X) & (There is no statement with operator nywfcwkkcknzhmdy.) => A: I don't know
lvjqbruihqmsgckd - Do you ship to X?
aileauajpxpgymdj - We ship to X
siacyutikdvksvwp - We don't ship to X
zlrmmqtlczxnjabk - Sorry, we cannot ship there.
vzfbivkrprmgghhp - Replace question with: X
wmwqvagqbsfenmtf - X is in Y
]];
p {
rules = rules_unfoldIndented(rules, "Always: ");
print(rules);
myTruthNonPersist(facts + standardConcepts() + rules);
lispCheckQuestionsVerbose(questions);
lispBot();
}