Migrated from tips-and-tricks v5
This commit is contained in:
parent
87ad6653d0
commit
ee7da1478a
|
@ -10,12 +10,10 @@ h1. Using reserved words as identifiers
|
|||
|
||||
h1. Tricks with conditional compilation
|
||||
<pre>
|
||||
<code>
|
||||
const someFeature = True
|
||||
|
||||
when someFeature:
|
||||
const someSubFeature = true
|
||||
else:
|
||||
const someSubFeature = false
|
||||
</code>
|
||||
</pre>
|
Loading…
Reference in New Issue