Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document context variables #513

Open
garfieldnate opened this issue Oct 25, 2024 · 0 comments
Open

document context variables #513

garfieldnate opened this issue Oct 25, 2024 · 0 comments

Comments

@garfieldnate
Copy link
Collaborator

garfieldnate commented Oct 25, 2024

I noticed the button in the debugger printing <ts> for the first time today. I believe it stands for "top state". There are a bunch more of these defined next to ts in Soar:

    soarSymbols.ts_context_variable = make_variable("<ts>");
    soarSymbols.to_context_variable = make_variable("<to>");
    soarSymbols.sss_context_variable = make_variable("<sss>");
    soarSymbols.sso_context_variable = make_variable("<sso>");
    soarSymbols.ss_context_variable = make_variable("<ss>");
    soarSymbols.so_context_variable = make_variable("<so>");
    soarSymbols.s_context_variable = make_variable("<s>");
    soarSymbols.o_context_variable = make_variable("<o>");

I don't see anything in the manual about these, nor any mention of "contextual variables". I would like a mention of this in the print section, and would also like the contextual variables listed and clarified somewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant