diff options
| author | Paul Buetow <paul@buetow.org> | 2008-10-14 21:10:31 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-10-14 21:10:31 +0000 |
| commit | c25ba0d8ee9e4e6a0432fba2e8606c7e0a35d1cd (patch) | |
| tree | a3bc323b93acee460e8e04210062284624ecd5cf /examples/conditionals.fy | |
| parent | d527f50159f056dc165fa7eaf7bf80425a1e758d (diff) | |
added a scope debug flag
Diffstat (limited to 'examples/conditionals.fy')
| -rw-r--r-- | examples/conditionals.fy | 2 |
1 files changed, 0 insertions, 2 deletions
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); - - |
