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
This program
HAI 1.2 VISIBLE ":"::" KTHXBYE
prints ": as expected. However,
":
HAI 1.2 VISIBLE ":::"" KTHXBYE
produces the error message test.lol:2: expected token delimiter after string literal. I would have expected it to print :".
test.lol:2: expected token delimiter after string literal
:"
It should be mentioned that VISIBLE "::" ":"" solves the problem, but I don't see why the second version would be incorrect.
VISIBLE "::" ":""
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This program
prints
":
as expected. However,produces the error message
test.lol:2: expected token delimiter after string literal
. I would have expected it to print:"
.It should be mentioned that
VISIBLE "::" ":""
solves the problem, but I don't see why the second version would be incorrect.The text was updated successfully, but these errors were encountered: