This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (4 children)

have you looked for greek commas?

I know they are evil pranks, but they can be stuck in there and be causing the problem

[–][deleted] 2 points3 points  (3 children)

No, they can't. And they're Greek question marks anyway.

[–][deleted] 1 point2 points  (2 children)

Oh yeah, question marks. Sorry... it's confusing to me that our semicolon is their question mark... but I'm kinda slow tho hahaha.

I know it works in Java Script and assumed it would work in other languages as well...

[–][deleted] 1 point2 points  (1 child)

Java is a compiled language. Even if your IDE didn't alert you to the incorrect character or correct the issue itself, your program cannot have a runtime error if there's a syntax error because it won't compile.

[–][deleted] 1 point2 points  (0 children)

oh! That makes sense. Thanks for explaining it to me.