diff options
| author | Paul Buetow <paul@buetow.org> | 2008-10-18 22:47:31 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-10-18 22:47:31 +0000 |
| commit | cb1450b796eff3c8830616e2e9a3d83d4dfb4900 (patch) | |
| tree | 1ed2b992f9b082cf82913abeaff8c208ecab67dd /examples/conditionals.fy | |
| parent | a35ace22b374005c65bda8302761d24f75280170 (diff) | |
backdowngrade
Diffstat (limited to 'examples/conditionals.fy')
| -rw-r--r-- | examples/conditionals.fy | 2 |
1 files changed, 2 insertions, 0 deletions
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); + + |
