home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!charnel!sifon!CC.UMontreal.CA!lutzray
- From: lutzray@ERE.UMontreal.CA (Lutz Raymond)
- Newsgroups: comp.sys.next.programmer
- Subject: What is an API? an other things
- Message-ID: <1993Jan22.233304.5135@cc.umontreal.ca>
- Date: 22 Jan 93 23:33:04 GMT
- Sender: news@cc.umontreal.ca (Administration de Cnews)
- Organization: Universite de Montreal
- Lines: 20
-
- #include <BasicQuestions.h>
-
- things = {API, Cyberman, ShowAndTell, Amiga *REXX}
-
- foreach this in things
-
- ask(" What is ", this " ? ")
-
- foreach that in things
-
- if (this != that) ask(" and which relations with ", that)
-
- end
-
- end
-
-
-
- U de Montreal, dept de physique, solide, 2e cycle, Raymond Lutz
- ND_cube_NeXT_isolated_newbe_wannabe
-