Changes

Jump to navigation Jump to search
8 bytes removed ,  19:08, 15 August 2017
m
Language improvement
=== Escaping of Special Characters ===
Note that special characters, eg hash sign, percent sign, must be escapedby backslash.
Escaping means that the special character will be processed one step later and it prevents
annoying error messages during compilation.
The <code>#</code> sign will be replaced by <code>\#</code>,<br/>the <code>%</code> sign will be replaced by <code>\%</code>, etc.
<context source=yes>
58

edits

Navigation menu