home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / dev / date-33.087.lha / Date-33.087 / Amiga / Oberon / Readme next >
Encoding:
Text File  |  1994-04-13  |  432 b   |  28 lines

  1. This is the Oberon version compiler with Oberon-2 V3.11 and V40.xx includes
  2.  
  3. Hmm there is a bug in the compiler or a mistake of mine about the language!
  4.  
  5. I does the following:
  6.  
  7. PROCEDURE GEP(year : INTEGER) : SHORTINT;
  8.  
  9. .
  10. .
  11. .
  12. .
  13.  
  14. VAR
  15.   m : SHORTINT;
  16.  
  17. BEGIN
  18.   m := 30 - GEP(1994);
  19. .
  20. .
  21. .
  22.  
  23.  
  24. So at runtime the comes a message frome the runtimesystem like:
  25. unknown instruction
  26.  
  27. You could test this with the option 45 in the test programm
  28.