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
remove double quotes around values like "+", "-", "/", and "*". The "++"
Make them the code indicator like +
+
The text was updated successfully, but these errors were encountered:
"science["Joey"]" "if" / "else if" / "else" PersonalChef "IsArray" array "students" from "ages" "arguments.counter GT 0" "&&" and "||" "ages" jimmy joey and jill "{}" "science "Joey**
Sorry, something went wrong.
Just wanted to check, do you mean everything that is double quoted? Like "class", "Chair" and "instance" as well? Or only syntax specific stuff?
Probably syntax specific for some consistency
Tried to address:
f986cbc
mhenke/CFML-in-100-minutes#21 mhenke/CFML-in-100-minutes#37 References to operators, functions or variables from the code examples are presented using the code syntax.
No branches or pull requests
remove double quotes around values like "+", "-", "/", and "*". The "++"
Make them the code indicator like
+
The text was updated successfully, but these errors were encountered: