Update documentation.

This commit is contained in:
Gunnar Beutner 2013-10-01 16:09:34 +02:00
parent 8973157812
commit 7f1b6908fe
1 changed files with 5 additions and 0 deletions

View File

@ -84,6 +84,11 @@ Example.
a multi-line
string.}}}
> **Note**
>
> Unlike in ordinary strings special characters to not have to be escaped
> in multi-line string literals.
#### Boolean Literals
The keywords *true* and *false* are equivalent to 1 and 0 respectively.