home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / next / programm / 8265 < prev    next >
Encoding:
Text File  |  1993-01-23  |  716 b   |  31 lines

  1. Path: sparky!uunet!olivea!charnel!sifon!CC.UMontreal.CA!lutzray
  2. From: lutzray@ERE.UMontreal.CA (Lutz Raymond)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: What is an API?   an other things
  5. Message-ID: <1993Jan22.233304.5135@cc.umontreal.ca>
  6. Date: 22 Jan 93 23:33:04 GMT
  7. Sender: news@cc.umontreal.ca (Administration de Cnews)
  8. Organization: Universite de Montreal
  9. Lines: 20
  10.  
  11. #include <BasicQuestions.h>
  12.  
  13. things = {API, Cyberman, ShowAndTell, Amiga *REXX}
  14.  
  15. foreach this in things
  16.  
  17.   ask(" What is ", this " ? ")
  18.  
  19.   foreach that in things
  20.  
  21.     if (this != that) ask(" and which relations with ", that)
  22.  
  23.   end
  24.  
  25. end
  26.  
  27.     
  28.  
  29. U de Montreal, dept de physique, solide, 2e cycle, Raymond Lutz
  30. ND_cube_NeXT_isolated_newbe_wannabe 
  31.