Migrated from tips-and-tricks v6
This commit is contained in:
parent
ee7da1478a
commit
f15c8d5c4d
|
@ -9,6 +9,7 @@ h1. 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
|
h1. Tricks with conditional compilation
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
const someFeature = True
|
const someFeature = True
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue