Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.lang.pascal.borland    |    Borland Pascal was actually pretty neat    |    2,978 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 1,782 of 2,978    |
|    =?UTF-8?B?QW5kcnplaiBHcmHFvHnFhHNra to All    |
|    Re: Can I write an artificial boyfriend     |
|    17 Jun 05 00:29:50    |
   
   XPost: finet.unet   
   From: grazynsk@petex.com.pl   
      
   Tristan Beeline napisaĆ(a):   
   > I'm sooo lonely, I need to write myself an artificial boyfriend.   
   >   
   > Can I do this in Pascal ?   
      
   YES:   
      
   program MyDear;   
   { (C) A.Grazynski PhD }   
   const   
    ShyQuest = 'Make love?';   
   var   
    S: String;   
    PatienceCounter, PatienceResource: integer;   
    MinimumPatience = 10; {25 in Eastern Europe}   
   begin   
    PatienceResource := Random(1000) + MinimumPatience;   
    PatienceCounter := 0;   
    repeat   
    Write('?');Readln(S);   
    if S <> '' then   
    begin   
    if S = ShyQuest   
    then   
    RunError(69); { Termination }   
      
    Inc(PatienceCounter);   
    if S[Length(S)] = '?'   
    then   
    Writeln('Yes, my dear.')   
    else   
    Writeln('Really?')   
    end;   
    until PatienceCounter > PatienceResource;   
      
    Writeln('Co to hell!');   
      
    { Another Termination }   
      
   end.   
      
   { ... and no other terminations! }   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca