diff options
Diffstat (limited to '')
-rw-r--r-- | test/test3.t | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/test3.t b/test/test3.t deleted file mode 100644 index 682f707..0000000 --- a/test/test3.t +++ /dev/null @@ -1,10 +0,0 @@ -fun main[] - a = 3 - b = 5 - if (a > b) - c = 1 - else - c = 0 - end - @c -end |