View Single Post
Old 05-20-2009, 01:53 AM   #9 (permalink)
oldskool
oldskool's Avatar
 
Electrical Systems Design

Join Date: Jun 2008

Location: Maine, USA

Posts: 1,647

oldskool has a spectacular aura aboutoldskool has a spectacular aura about

Default Re: the tricky business of programming

Another often forgotten thing is the semicolon >> ;

Java, Javascript, C++, C#, PHP (I think), they need a ";" at the end of a line of code in many places.
For example:

Javascript:
Code:
var example = "Dont forget your semicolons!" ; 
I have on a number of occasions forgot that one little semicolon and none of the code would work ! Uggh lol
oldskool is offline   Reply With Quote