Opened 11 years ago
Closed 11 years ago
#3045 closed Feature Request (Rejected)
String constants: ' and "
| Reported by: | c.haslam | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Documentation | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
In Language reference > Variables, I do not find the use of ' and " delimiters explained.
I suggest:
A string constant is delimited by a pair of ' (single quote marks) and " (double quote marks). If you code ' before a string constant, terminate with ' -- and if you code " before a string constant, terminate with ".
This makes it easy to include the other kind of quote mark in the constant. For example, "It's a rainy day"'
Attachments (0)
Change History (3)
comment:1 by , 11 years ago
| Version: | 3.3.13.20 |
|---|
comment:3 by , 11 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
As explained above, this is already referenced in the help file. As this isn't variable related, it wouldn't be something that should be included in the variable reference section.

Automatic ticket cleanup.