|
Literals |
|
|
String literals may be enclosed in single or double quotes: 'sandra bullock' "bruce willis" Several consecutive literals are concatenated to a single string: "john's" ' car' evaluates to exactly the same as "john's car" Literals must end before the end of line, so use the concatenation feature for long literals having to be spread over several lines. Encoding Nonprintable Chars Nonprintable characters are noted with a backslash followed by an encoding character or number:
|
||||||||||||||||||||||||||
| Copyright © IBK Landquart | Last revision: 27.05.2002 | << Back Top Next >> |