My source code !

By @mathunter6/17/2017introduceyourself
#Define Me as Human

me.gender = male
me.age = 31
me.nationality = french
me.work =  "Freelance IT Programmer"

main {
   While ( me.live = True){
      
        makeFriends;
        Travel;
        playVideoGame;
        studyScience;
        watchMovie;

       Try {
           HaveGirlfriend;
       }
       catch [True] {
           makeHerHappy;
       }
       catch [false] {
            beFree;
        }

    }
    
    If (questionAboutMe = true) {
         echo( "You can ask in comment ;)" );
    }

};
9

comments