home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / soc / culture / turkish / 14733 < prev    next >
Encoding:
Text File  |  1993-01-23  |  1.0 KB  |  43 lines

  1. Newsgroups: soc.culture.turkish
  2. Path: sparky!uunet!mcsun!fuug!anon
  3. From: an7257@anon.penet.fi
  4. Subject: Deneme
  5. Message-ID: <1993Jan23.081554.3929@fuug.fi>
  6. Sender: anon@fuug.fi (The Anon Administrator)
  7. Organization: Anonymous contact service
  8. X-Anonymously-To: soc.culture.turkish
  9. Date: Fri, 22 Jan 1993 20:44:11 GMT
  10. Lines: 31
  11.  
  12.  
  13.     {    Bu bir deneme yayini olup, 
  14.         okumak istemeyenler lutfen okumasin. }
  15.  
  16.     program deneme;   
  17.        var
  18.           i:integer;
  19.  
  20.  
  21.     begin {main program}
  22.  
  23.          for i:=1 to 50 do
  24.           begin
  25.             writeln('Bu bir deneme yayini olup,');
  26.             writeln('Okumak istemeyenler lutfen okumasin');
  27.  
  28.           end;
  29.  
  30.     writeln('Deneme dedigimiz halde 50 defa okudunuz');
  31.     writeln('Bir de deneme olmasaydi...');
  32.  
  33.     end. {main}
  34.  
  35.  
  36.     Selam Getirmisem
  37.  
  38.  
  39. -------------------------------------------------------------------------
  40. To find out more about the anon service, send mail to help@anon.penet.fi.
  41. Due to the double-blind system, any replies to this message will be anonymized,
  42. and an anonymous id will be allocated automatically. You have been warned.
  43.