package Life{ import Space; import Time; import Continuem; import Engergy; import Matter; import Material; import Organism.*; // all classes(containers that perform actions) especially Human, and Human subclasses such as Linguistics, and Sociology Class interpretShirt extends FrameofReference{ var me:Human = new Human("Garrett"); var knowledge:FrameofReference = new FrameofReference(me.PersonalHistory); me.whatIKnow = knowledge; var semanitics:Linguistics = new Linguistics(me); var CulturalContext:Sociology = new Sociology(me);
function interpretShirt(T-Shirt:Material):void{ Semantics.object = T-Shirt; CulturalContext.object = T-Shirt; Semantics.person = me; if(me.style == young){ // replace young or old with whatever type of style, just make sure that the correct definition is assigned //to ill. ill.define = "awesome"; }else if (me.style == old){ ill.define = "having something wrong, i.e. not in opposite world"; } CultureContext.perception = Sematics.perception(ill); ouput(CultureContext); } } } //////////////////////////////////////////// /-/-/-/-/-/-/-//==++==\\-\-\-\-\-\-\-\-\-\-\ `~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~` Output
Nice Shirt. Funny. Witty. An example of Analyzing a few words, thinking about what they mean and then finding another complimentary or contradictory statement (depending on who you are) within the shirt! ironic.
Comments
import Space;
import Time;
import Continuem;
import Engergy;
import Matter;
import Material;
import Organism.*; // all classes(containers that perform actions) especially Human, and Human subclasses such as Linguistics, and Sociology
Class interpretShirt extends FrameofReference{
var me:Human = new Human("Garrett");
var knowledge:FrameofReference = new FrameofReference(me.PersonalHistory);
me.whatIKnow = knowledge;
var semanitics:Linguistics = new Linguistics(me);
var CulturalContext:Sociology = new Sociology(me);
function interpretShirt(T-Shirt:Material):void{
Semantics.object = T-Shirt;
CulturalContext.object = T-Shirt;
Semantics.person = me;
if(me.style == young){ // replace young or old with whatever type of style, just make sure that the correct definition is assigned //to ill.
ill.define = "awesome";
}else if (me.style == old){
ill.define = "having something wrong, i.e. not in opposite world";
}
CultureContext.perception = Sematics.perception(ill);
ouput(CultureContext);
}
}
}
////////////////////////////////////////////
/-/-/-/-/-/-/-//==++==\\-\-\-\-\-\-\-\-\-\-\
`~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`
Output
Nice Shirt. Funny. Witty. An example of Analyzing a few words, thinking about what they mean and then finding another complimentary or contradictory statement (depending on who you are) within the shirt! ironic.