home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.modula2
- Path: sparky!uunet!mcsun!news.funet.fi!cs.joensuu.fi!jpussi
- From: jpussi@cs.joensuu.fi (Jarmo Pussinen)
- Subject: Oberon question
- Message-ID: <1992Sep1.082031.17228@cs.joensuu.fi>
- Keywords: Oberon, pointers, NEW
- Organization: University of Joensuu
- Date: Tue, 1 Sep 1992 08:20:31 GMT
- Lines: 12
-
- In some paper I read that in Oberon, all pointer variables are
- initialised to NIL. Now I would like to know if this means that
- also pointer fields in dynamically (with NEW) allocated records
- or in static records are initialised to NIL.
-
- In short are pointers always either NIL or valid pointers and
- not garbage pointers. May it vary between implementations?
-
- Thanks for your time.
- jpussi@cs.joensuu.fi
-
-
-