By twinky (meese42@lycos.com)
Date: 6 November 2000

do/while

// just a little loop -
// rinse and repeat, as you please


#include "twinky:organs:brain:memories:people:female.h"
#include "twinky:organs:brain:emotions.h"
#include "twinky:organs:genetalia:libido.h"
#include "twinky:organs:heart:psychosomatic_responses.h"

int main(){

// life can dictate constants
// - life DOES dictate constants -
// despite the machinations of the soul (and mind)


bool meet = false;
bool feel = false;
int emotional_stress = 0;
int tolerance = 10;

// immutable - unchangeable
// we are dictated to like we do not exist?


ifstream input ("twinky:organs:eyes");
input.open();
fin >> input;

// yet we feel, we think
// therefore we are


do{
   if(meet == true){
      ifstream test ("twinky:organs:gut")
      test.open();
         fin >> test;
         if(feel == true){
            emotional_strees++;
         }
   }
} while(emotional_stress <= tolerance);

// i think...
// i hope.


ofstream thoughts ("twinky:organs:brain")
thoughts.open();
bool thoughts.indecision() == true;

ofstream gut ("twinky:organs:gut")
gut.open();
gut.wrench();

// therefore i love.

input.close();
test.close();
thoughts.close();
gut.close();

// love?

return 0;
}

// love.

Back to the Heart-on-Sleeve Corner