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

Boolean expression blocks do not meet bBasic limitations. #12

Open
haroldo-ok opened this issue Jul 20, 2021 · 0 comments
Open

Boolean expression blocks do not meet bBasic limitations. #12

haroldo-ok opened this issue Jul 20, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@haroldo-ok
Copy link
Owner

The current boolean expression blocks do not take into account bBasic's limitations for such expressions:

The third type of if…then is a complex or compound statement, that is, one containing a boolean AND (&&) operator or a boolean OR (||) operator. You are allowed only one OR (||) for each if…then statement. You can use more than one AND (&&) in a line, but you cannot mix AND (&&) and OR (||).

See:
https://www.randomterrain.com/atari-2600-memories-batari-basic-commands.html#if_compound_statement

@haroldo-ok haroldo-ok added the bug Something isn't working label Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant