diff options
Diffstat (limited to 'test/main.felan')
-rw-r--r-- | test/main.felan | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/test/main.felan b/test/main.felan index fa275e4..b453f6b 100644 --- a/test/main.felan +++ b/test/main.felan @@ -1,18 +1,10 @@ main :: () -> void { - a := 2.3; - a /= 2.5; - print_u64 (if a == 1.15 - 1 - else - 2); - // test(u64,i64); + test(u64,i64); }; -/* test :: (from:type, to:type) -> void { if from == to print_u64 1234; else print_u64 4321; }; -*/ |