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

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                             Errata for changes to Chapter 2 version 21
  7.  
  8.  
  9.  
  10. 2.6  (paragraph 3)2.6  (paragraph 3)2.6  (paragraph 3)
  11.  
  12.  
  13. A string literal has a value that is a sequence of character values corresponding to  the  graphic
  14. characters  of  the  string  literal  apart  from  the quotation character itself.  If a quotation
  15. character value is to be represented in the sequence of character values, then a pair of  adjacent
  16. quotation  characters must be written at the corresponding place within the string literal.  (This
  17. means that a string literal that includes two adjacent quotation characters is  never  interpreted
  18. as two adjacent string literals.)
  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                                                                               (paragraph 3) 2.6
  68.