home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / oberon / text / oberon2.changelist.text (.txt) < prev    next >
Oberon Text  |  1977-12-31  |  2KB  |  23 lines

  1. Syntax10b.Scn.Fnt
  2. Syntax14b.Scn.Fnt
  3. Syntax10.Scn.Fnt
  4. ParcElems
  5. Alloc
  6. Syntax10i.Scn.Fnt
  7. Oberon-2 Change List
  8. This document summarizes modifications of the Oberon-2 report with respect to previous versions of it.
  9. July 1993
  10. 6.4     The report does not specify any longer that pointer variables must be initialized to NIL, however, implementations should allow proper initialization of pointers on demand.
  11. 9.8    The initialization of the for statement has been changed. temp is initialized before v and the type of temp has been specified. (This modification was suggested by Nick Walsh from the City University, London, in order to handle the statement FOR i := 0 TO i DO ... END correctly.)
  12. 10.3    The predeclared procedure ASSERT has been introduced.
  13. October 1993
  14. 6    A structured type cannot contain itself.
  15. 11    A module must not import itself.
  16. 8.2.4    Character arrays that are to be compared must contain 0X as a terminator.
  17. 10.3    The source operand of COPY must either be a string or contain 0X as a terminator.
  18. A    Expression compatible: Character arrays that are to be compared must contain 0X as a terminator.
  19. March 1995
  20. 9.10    Clarification: Function procedures must be left via a return statement indicating the result value.
  21. AppA    Item 3 of the term "array compatible" was changed to:
  22.     3. f is a value parameter of type ARRAY OF CHAR and a is a string.
  23.