Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ulowell!hawk!rrouvali From: rrouvali@hawk.ulowell.edu (Rits) Newsgroups: comp.lang.modula2 Subject: type compatability Message-ID: <14331@swan.ulowell.edu> Date: 24 Jul 89 23:26:32 GMT Sender: news@swan.ulowell.edu Reply-To: rrouvali@hawk.ulowell.edu (Rits) Distribution: na Organization: University of Lowell, CS Dept Lines: 7 Somebody asked if FirstValue = CARDINAL; ands NextValue = CARDINAL; are compatible. At least on my compiler, it is acceptable to assign FirstValue = NextValue; in the TYPE section. Won't vouch for my compiler tho, it's a peice of crap. Doesn't even understand sets.