Ticket #420 (closed defect: fixed)
Document string concatenation
| Reported by: | perbu | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | documentation | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hi.
Strings can be concatenated in VCL. This is not documented in VCL. According to PHK on IRC strings are just concatenated like set req.foo = "foo" req.url "bar"; Suggested text:
Strings are concatenated automatically. Just separate the string objects with spaces and they are concatenated.
A note about where this doesn't happen would be useful. PHK?
Change History
Note: See
TracTickets for help on using
tickets.
