diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-01-09 19:57:39 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-01-09 19:57:39 +0100 |
| commit | 4e589cac364edffb08caf7e09a12cc05894271ac (patch) | |
| tree | 7325c7717ae1b1ead6ad09e6113933cddfe4e3e4 /tests | |
| parent | 011e7b31e63864a83627c79c1b2d10d7dc0662b0 (diff) | |
| download | sylt-4e589cac364edffb08caf7e09a12cc05894271ac.tar.gz | |
boolean {comparisons,algebra}
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/simple.tdy | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/simple.tdy b/tests/simple.tdy index a4f6c45..2ef5886 100644 --- a/tests/simple.tdy +++ b/tests/simple.tdy @@ -1,3 +1,5 @@ -1 == 1 +1 + 1 <= 2 +1 + 1 < 2 +1 + 1 > 2 +1 + 1 >= 2 1 + 1 == 2 -1 + 1 == 3 |
