2006-05-01 14:01:47 +00:00
|
|
|
"foo" + "bar"
|
|
|
|
+ toString (/a/b + /c/d)
|
2006-10-17 11:08:59 +00:00
|
|
|
+ toString (/foo/bar + "/../xyzzy/." + "/foo.txt")
|
|
|
|
+ ("/../foo" + toString /x/y)
|
2006-05-01 14:01:47 +00:00
|
|
|
+ "escape: \"quote\" \n \\"
|
|
|
|
+ "end
|
|
|
|
of
|
|
|
|
line"
|
|
|
|
+ "foo${if true then "b${"a" + "r"}" else "xyzzy"}blaat"
|
2006-09-01 12:04:06 +00:00
|
|
|
+ "foo$bar"
|