Thread: formatting
View Single Post
Old 03-29-2003, 06:44 PM   #10 (permalink)
Travis Dane
Code Monkey
 
Travis Dane's Avatar
 
Join Date: Feb 2003
Location: Netherlands
Posts: 89
Travis Dane is on a distinguished road
Send a message via ICQ to Travis Dane
I use style #3.

Style #3 :
Code:
 if(var==1)
     print("something");
 else
     print("something else");
__________________
OpenGL, DirectX
Travis Dane is offline   Reply With Quote