thread: Geek Humour
View Single Post
  #4  
08-31-2009, 06:36 PM
Nate's Avatar
Nate
Oddworld Administrator
Rainbow of Flavour
 
: Apr 2002
: Seattle (woo!)
: 16,311
Blog Entries: 176
Rep Power: 42
Nate  (13497)Nate  (13497)Nate  (13497)Nate  (13497)Nate  (13497)Nate  (13497)Nate  (13497)Nate  (13497)Nate  (13497)Nate  (13497)Nate  (13497)

:
public class smoke{
String tryingtoquit;

public String agequit(int age){


if(age<=18){
tryingtoquit = "attention/rebel-cred";}
else{
tryingtoquit = "Sensible Idea";
}
return tryingtoquit;
}
}
VVVV
:
public class smoke{
String tryingtoquit;

public String agequit(int age){


if(age<=18){
tryingtoquit = "attention/rebel-cred";}
else{
tryingtoquit = "Sensible Idea";
}
return tryingtoquit;
}
}
OR VVVV
:
public class smoke{
	String tryingtoquit;

	public String agequit(int age){

	
	if(age<=18){
		tryingtoquit = "attention/rebel-cred";}
	else{
		tryingtoquit = "Sensible Idea";
	}
	return tryingtoquit;
	}
}
INDENT FAIL!

Attached Thumbnails
Click image for larger version

Name:	arrow.jpg
Views:	213
Size:	24.0 
ID:	10696  
__________________
:
Spending as long as I do here, it's easy to forget that Oddworld has actual fans.

Reply With Quote