//Neffing, JAVA style!!!
public class Neffing{
public static void main (String [] args)
{
boolean neffing = true;
while( neffing )
{
String postTopic = "This code does something amazing!!!";
System.out.println( postTopic );
String worthless = "worthless"
if( postTopic.equals( worthless ) )
neffing = true;
else
neffing = false;
}
System.out.println("Ok, I'm done neffing for today.");
}
//An amazing code, isn't it?