Commit e7012fd1 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Document string concatenation

Fixes #420


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4331 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent e56733d8
......@@ -60,6 +60,9 @@ Unlike C and Perl, the backslash (\e) character has no special meaning
in strings in VCL, which use the (%xx) escape mechanism just like URLs,
so it can be freely used in regular expressions without doubling.
.Pp
Strings are concatenated by just putting them one after each other
without any operator in between.
.Pp
Assignments are introduced with the
.Cm set
keyword.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment