Migrated from tips-and-tricks v5

This commit is contained in:
Araq 2010-09-14 03:11:14 -07:00
parent 87ad6653d0
commit ee7da1478a
1 changed files with 0 additions and 2 deletions

View File

@ -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>