-
Key: QVT11-94
-
Legacy Issue Number: 9427
-
Status: closed
-
Source: Universidad Politécnica de Madrid ( Jorge Enrique Pérez-Martínez)
-
Summary:
Errors in the A.2.2 Encapsulation Example (page 172) - The strings "private", "get_", "set_", "public" and "in" should be 'private', 'get_', 'set_', 'public' and 'in' - The operation upperFirst() should be written firstToUpper (see page 110)
-
Reported: QVT 1.0 — Tue, 14 Mar 2006 05:00 GMT
-
Disposition: Resolved — QVT 1.1
-
Disposition Summary:
(1) In A.2.2, Replace 'upperFirst' by 'firstToUpper'.
(2) In Section 8.4 (Concrete Syntax), after 8.4.2 Comments section,
insert a new section called "Strings" with the following content.
"""
Literal strings that fit in a single line are delimited either by
single quotes or by double quotes.
Literal string that fit in multiple lines can be notated as a
list of literal strings.
Example:
var s:String = 'This is a long string'
'that fits in two lines';
All the usual escape characters using backslash can be used
including the '\n' return-line character.
""" -
Updated: Fri, 6 Mar 2015 22:55 GMT