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

Does OVER do an implicit SLOW or does its effect wait until the next SLOW? #52

Open
PuppyPi opened this issue May 23, 2021 · 2 comments

Comments

@PuppyPi
Copy link

PuppyPi commented May 23, 2021

What happens if you do OVER while in INST mode?

(And are there any other commands like OVER, WAIT, and SLOW that might?)

@PuppyPi
Copy link
Author

PuppyPi commented May 23, 2021

Oh TOUC is also like this!

@PuppyPi
Copy link
Author

PuppyPi commented May 23, 2021

Oh I figured out the magic word to find them in the docs XD
The phrase "implicit SLOW" is only used in WAIT
The others use the phrase "blocking" :D

So we have
OVER
TOUC
NET: RUSO
NET: STAT
NET: WHON

So when in an inst, do all of these
• Do nothing
• Throw an error
• Return immediately then wait until out of INST to take effect (like MESG and PAUS)
• Do an implicit SLOW like WAIT
?

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

No branches or pull requests

1 participant