Posts: 484 | Comments: 312 || About
Imports Universe.MilkyWay.Sol.Earth.US.NC.Wake.WakeForest.East.Dunpatrick.642

Protected WithEvents House as System.Constructs.House
Protected WithEvents jSmits as System.Being.Human
Protected WithEvents subconscious as System.Being.Psychology.Subliminal(jSmits)

Private Class jSmitsMorning
    
    Private function awaken()

         Define alarm as System.Constructs.AlarmClock;
        
        alarm.Buzz();
        
        jSmits.Wake();
    
        WalkToBathroom();
        
    End function

    Private function WalktoBathroom()
    
        jSmits.Step(House.Bathroom, 5);
        
        Urinate();
        BrushTeeth();    

    End Function

    Private function Urinate()

        jSmits.Pee();

    End Function

    Private function BrushTeeth()

        Define faucet as System.Constructs.Faucet;
        Define water as System.Elements.Water;

        faucet.Activate();
    
        faucet.Stream(water);

        subconscious.Dread();

        Define Colgate as System.Constructs.Toothpaste;
        Define toothbrush as System.Constructs.Toothbrush;

        toothbrush.Brush("teeth", 62);

        jsmits.Rinse("mouth")
    
        toothbrush.Deactivate()
        faucet.Deactivate()
    
    End Function
End Class
posted on Thursday, January 07, 2010 7:57 PM |

Comments

Gravatar
# re: Morning Functions
Posted by moniker
on 1/11/2010 8:43 PM
I read your stream of thought - clever.
Gravatar
# re: Morning Functions
Posted by jim
on 1/15/2010 9:38 PM
Thanks, I am not sure if this style of fiction has legs or not. In one way, it seems like a reversal of sutext and text and a pretty good rule of writing is show don't tell which this clearly breaks.

Post Comment
Title *
Name *
Email
Url
Comment *  
Please add 2 and 2 and type the answer here: