home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / lrm / chap05.err < prev    next >
Encoding:
Text File  |  1988-05-03  |  815 b   |  68 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                             Errata for changes to Chapter 5 version 21
  7.  
  8.  
  9.  
  10.  
  11.  
  12. 5.4  Case Statements (paragraph 9)5.4  Case Statements (paragraph 9)5.4  Case Statements (paragraph 9)
  13.  
  14.  
  15. An othersothersothers choice is required in a case statement if the   type  of  the  expression  is  the  type
  16. universal_integer_________________  (for  example, if the expression is an integer literal), since this is the only
  17. way to cover all values of the type universal_integer_________________.
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. -1                                                               Case Statements (paragraph 9) 5.4
  68.