Updated Tips and tricks (textile)

This commit is contained in:
dom96 2013-01-24 09:01:51 -08:00
parent 07e3fc30a0
commit 9cebae577e
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
h1. Using reserved words as identifiers
h2. Using reserved words as identifiers
* You can use the slanted quote string syntax if you need to use a reserved word as an identifier: <code>var `type`: int</code>
h1. Tricks with conditional compilation
h2. Tricks with conditional compilation
<pre>
const someFeature = True