home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / modula2 / 1092 < prev    next >
Encoding:
Text File  |  1992-08-31  |  728 b   |  23 lines

  1. Newsgroups: comp.lang.modula2
  2. Path: sparky!uunet!mcsun!news.funet.fi!cs.joensuu.fi!jpussi
  3. From: jpussi@cs.joensuu.fi (Jarmo Pussinen)
  4. Subject: Oberon question
  5. Message-ID: <1992Sep1.082031.17228@cs.joensuu.fi>
  6. Keywords: Oberon, pointers, NEW
  7. Organization: University of Joensuu
  8. Date: Tue, 1 Sep 1992 08:20:31 GMT
  9. Lines: 12
  10.  
  11. In some paper I read that in Oberon, all pointer variables are
  12. initialised to NIL. Now I would like to know if this means that
  13. also pointer fields in dynamically (with NEW) allocated records
  14. or in static records are initialised to NIL. 
  15.  
  16. In short are pointers always either NIL or valid pointers and
  17. not garbage pointers. May it vary between implementations?
  18.  
  19. Thanks for your time.
  20. jpussi@cs.joensuu.fi
  21.  
  22.  
  23.