changeset 13:6de264ba8eb3

Fix a tiny bug in my bugfix for Bill
author Mike Pavone <pavone@retrodev.com>
date Fri, 09 Aug 2013 02:39:12 -0700
parents 7d8b8f82cbef
children 0cf665278240
files src/requsets.tp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/requsets.tp	Fri Aug 09 02:35:37 2013 -0700
+++ b/src/requsets.tp	Fri Aug 09 02:39:12 2013 -0700
@@ -10,6 +10,6 @@
 	}
 
 	main <- {
-		print: (eval string)
+		print: ((eval: #[]) string)
 	}
 }