home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / modula2 / 1022 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  1.2 KB

  1. Path: sparky!uunet!psgrain!puddle!f2002.n241.z2.fidonet.org!Robert.Bergermann
  2. From: Robert.Bergermann@f2002.n241.z2.fidonet.org (Robert Bergermann)
  3. Sender: ufgate@puddle.fidonet.org (newsout1.26)
  4. Newsgroups: comp.lang.modula2
  5. Subject: CODE! PLEASE!
  6. Message-ID: <17357.2A915B34@puddle.fidonet.org>
  7. Date: Sun, 16 Aug 92 20:16:01 PST
  8. Organization: FidoNet node 2:241/2002 - M2-Tek, Bremen
  9. Lines: 26
  10.  
  11. Hi!
  12.  
  13.  > get a response. Is it my end? Can someone post small but
  14.  > complete pieces of Modula-2 code (like a hello world program and
  15.  
  16. MODULE Hello;
  17. FROM IO IMPORT WrStr, WrLn;  (* TopSpeed Modula-2 *)
  18. BEGIN
  19.   WrStr('Hello World!'); WrLn;
  20. END Hello.
  21.  
  22.  > something that reads in numbers from a file or something) for me
  23.  > to look at as an example? PLEASE?
  24.  
  25. Have a look to some Modula-BBSs and there filelists. I can't believe that there are no systems with some examples-sourcefiles in the usa ;-)
  26.  
  27. Tschau
  28.   Robert
  29.  
  30. ----------------------------------------------------------------------------
  31.   Robert Bergermann               baer@m2tek.fido.de
  32.   W-2800 Bremen 1                 fidonet 2:241/2002 +49-421-591113 HST/V32
  33.  
  34. --  
  35. uucp: uunet!m2xenix!puddle!2!241!2002!Robert.Bergermann
  36. Internet: Robert.Bergermann@f2002.n241.z2.fidonet.org
  37.