diff --git a/Tips-and-tricks.textile b/Tips-and-tricks.textile index bed2a7c..f4e4f48 100644 --- a/Tips-and-tricks.textile +++ b/Tips-and-tricks.textile @@ -7,11 +7,11 @@ 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: var `type`: int h1. Tricks with conditional compilation -
+

 const someFeature = True
 
 when someFeature:
   const someSubFeature = true
 else:
   const someSubFeature = false
-
+