From cb1450b796eff3c8830616e2e9a3d83d4dfb4900 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 18 Oct 2008 22:47:31 +0000 Subject: backdowngrade --- examples/conditionals.fy | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/conditionals.fy') diff --git a/examples/conditionals.fy b/examples/conditionals.fy index 2dc027f..1260ae2 100644 --- a/examples/conditionals.fy +++ b/examples/conditionals.fy @@ -37,3 +37,5 @@ assert 1 == (put 1 >= 1); assert 1 == (put 1 >= 0); assert 0 == (put 0 >= 1); assert 1 == (say 0 >= 0); + + -- cgit v1.2.3