[comp.lang.modula2] type compatability

rrouvali@hawk.ulowell.edu (Rits) (07/25/89)

  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.