From 4367a5431c181304e8854f2c83a71ee81149a27d Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 14 Sep 2010 03:11:12 -0700 Subject: [PATCH] Migrated from tips-and-tricks v3 --- Tips-and-tricks.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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
-
+