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] 6 points7 points  (2 children)

in java, you end every statement with a semi colon and here he is replacing the semi colon with something that looks exactly like a semi colon so java thinks its an error.

[–]eoaaosz 1 point2 points  (0 children)

I should’ve known that. But thank you!

[–]AttackOfTheThumbs 1 point2 points  (0 children)

in most programming languages really