Yes, however....
I gave the example of Javascript where that would not work, I can prove it when I get time.
Quote:
Originally Posted by CrazeD You are correct, Javascript does not require semicolons. I believe it treats a new line as an end of the previous statement. However I always use semicolons, just out of habit from other languages. |
Wel I have had code go all haywire without them, and I know that was it because when I put the semicolons in it all worked ok.