Updated Tips and tricks (textile)
This commit is contained in:
parent
07e3fc30a0
commit
9cebae577e
|
@ -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>
|
* 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>
|
<pre>
|
||||||
const someFeature = True
|
const someFeature = True
|
||||||
|
|
Loading…
Reference in New Issue