We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In P.X. owlet colours X. red thinking it's an invalid token, but this is actually valid BBC BASIC - e.g. this program prints 10:
P.X.
X.
10
@%=0:X=1:P.X.
The X. parses as a variable name (X) followed by . as a degenerate floating point literal (with value 0).
X
.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In
P.X.
owlet coloursX.
red thinking it's an invalid token, but this is actually valid BBC BASIC - e.g. this program prints10
:The
X.
parses as a variable name (X
) followed by.
as a degenerate floating point literal (with value 0).The text was updated successfully, but these errors were encountered: