0 Members and 1 Guest are viewing this topic.
When I'm outside wearing a jacket, I always put my hands in my pockets. I walked out of school today, and tried to put my hands in my pockets. Then I thought, 'Wait...:If temp<45 and coat=1:prgmHANDSINPOCKET:Else:prgmHANDSDOWNCoat=0 and temp is over 50... So no hands.'A: I need a life, andB: Have you ever had times like this? Can you come up with a makeshift program for your habits? Please let me know I'm not the only one who does this...
int main(void) { if (doorIsLocked()) { if (haveKey()) unlockDoor(); else { if (havePhone()) callParents(); else exit(1); } } } openDoor(); if (!parentsPresent()) { SESSION* s = turnOnComputer(); if (!isOpen(s, "chrome")) openPrgm(s, "chrome"); check(s, "chrome", "http://www.omnimaga.org); } else { greetParents(); }}}
while(teenager) { if(athome){ if(withcompany){ beLazy(); getOnComputer(); } else { beLazy(); getOnComputer(); } } else if(atschool) { school(); } else if(atstore && withmom) { askForCandy(); } else { doNothing(); }}
while(true) sleep();
(and Ponies too [There, sorunome])