24.04.2012, 16:53
I just want to Know what is Variables: NEW,ELSE,IF and so.... If anyway Can give me the Link to Learn them All, It will be Good.... I don't want to know what is Variables but What are this THings(NEW,IF,ELSE,....)?
new MyVariable;
new MyVariable = 5;
if(MyVariable == 5)
printf("MyVariable is 5");
else
printf("MyVariable isn't 5");