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

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