From 36367beb40b69d66ba866be31878097eed70b6be Mon Sep 17 00:00:00 2001 From: A404M Date: Sun, 23 Feb 2025 22:36:54 +0330 Subject: add more support for types --- test/main.felan | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'test/main.felan') 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; }; -*/ -- cgit v1.2.3