CFML-in-100-minutes icon indicating copy to clipboard operation
CFML-in-100-minutes copied to clipboard

remove double quotes around values

Open mhenke opened this issue 12 years ago • 3 comments

remove double quotes around values like "+", "-", "/", and "*". The "++"

Make them the code indicator like +

mhenke avatar Jul 14 '11 19:07 mhenke

"science["Joey"]" "if" / "else if" / "else" PersonalChef "IsArray" array "students" from "ages" "arguments.counter GT 0" "&&" and "||" "ages" jimmy joey and jill "{}" "science "Joey**

mhenke avatar Jul 14 '11 19:07 mhenke

Just wanted to check, do you mean everything that is double quoted? Like "class", "Chair" and "instance" as well? Or only syntax specific stuff?

misterdai avatar Jan 16 '12 15:01 misterdai

Probably syntax specific for some consistency

mhenke avatar Jan 16 '12 16:01 mhenke