Twist Civ4 Quotes

or

new String word;
word = "plastics";
System.out.println (word);

Java.

What was yours in?
 
I think it's also Java (you can name your classes anything you want). It's just in bad for that he put in "OneWord" instead of "oneWord."

//Oh, and extra lines of code are unnecessary (if you wish to truncate the "one word, just one word" part):
System.out.print("Plastics");'

; I forgot how this one goes, but this part is necessary (for something flexible)
Ecbatana:
DB "P"
DB "L"
DB "A"
DB "S"
DB "T"
DB "I"
DB "C"
DB "S"

; Of course, here's something less spinny. I'm not sure if it's "echo" though.
ECHO "P"
ECHO "L"
ECHO "A"
ECHO "S"
ECHO "T"
ECHO "I"
ECHO "C"
ECHO "S"
 
Yeah its Java and yeah I guess OneWord is bad form...

I.foolYou();
I.foolYou();
I.got("Pig Iron");
I.got("Pig Iron");
I.gotAll("Pig Iron");

okay we need to get some non-code quotes or it'll be threadjacking.
 
Top Bottom