05.08.2011, 05:11
Quote:
Since when does a if statement ever have a semi-colon?
Please explain how, and why it is used on a if statement? |
pawn Код:
if(something == something) print("something"); // Semi colon at the end of the line.