bg
(bg)
August 11, 2024, 4:35pm
3
Thanks for pointing me to that thread, Wade! And thanks for the solution, @rileypb ! This does what I want (with a little adaptation to make it about a second noun):
Does this get you at least part of the way there? (Note: I modified this quickly from some WIP code, so it may be a bit not-right.) UPDATE: edited to remove some extraneous lines in the code.
Following-up is a truth state that varies.
A Question is a kind of object.
A question has an object based rulebook called the result.
The current inquiry is a question that varies.
To prepare to ask (Q - a question):
now the current inquiry is Q;
say Q;
now Following-up is true;
Supplying an answer …