From c25ba0d8ee9e4e6a0432fba2e8606c7e0a35d1cd Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 14 Oct 2008 21:10:31 +0000 Subject: added a scope debug flag --- examples/conditionals.fy | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples') diff --git a/examples/conditionals.fy b/examples/conditionals.fy index 1260ae2..2dc027f 100644 --- a/examples/conditionals.fy +++ b/examples/conditionals.fy @@ -37,5 +37,3 @@ assert 1 == (put 1 >= 1); assert 1 == (put 1 >= 0); assert 0 == (put 0 >= 1); assert 1 == (say 0 >= 0); - - -- cgit v1.2.3