diff modules/true.tp @ 70:0efd25a4958a

Update true and false with improved versions from ICFP contest project
author Mike Pavone <pavone@retrodev.com>
date Sat, 14 Jul 2012 19:32:14 -0700
parents 3a169ebb3224
children 01b6f8204cdf
line wrap: on
line diff
--- a/modules/true.tp	Sat Jul 14 19:24:04 2012 -0700
+++ b/modules/true.tp	Sat Jul 14 19:32:14 2012 -0700
@@ -1,6 +1,8 @@
 #{
+	if <- :self trueblock {
+		trueblock:
+	}
 	if:else <- :self trueblock :elseblock {
 		trueblock:
 	}
 }
-