From ee7da1478ae9c38c4a4db9d64fbedc4c46a9e73c Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 14 Sep 2010 03:11:14 -0700 Subject: [PATCH] Migrated from tips-and-tricks v5 --- Tips-and-tricks.textile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tips-and-tricks.textile b/Tips-and-tricks.textile index 9b7c569..db7605a 100644 --- a/Tips-and-tricks.textile +++ b/Tips-and-tricks.textile @@ -10,12 +10,10 @@ h1. Using reserved words as identifiers h1. Tricks with conditional compilation
-
 const someFeature = True
 
 when someFeature:
   const someSubFeature = true
 else:
   const someSubFeature = false
-
 
\ No newline at end of file