From 9110df75497a6be92ebbb3b31ff551ca0d2c2cea Mon Sep 17 00:00:00 2001 From: A404M <ahmadmahmoudiprogrammer@gmail.com> Date: Mon, 24 Feb 2025 01:29:32 +0330 Subject: add comptime concept --- test/main.felan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/main.felan b/test/main.felan index b453f6b..f852c7e 100644 --- a/test/main.felan +++ b/test/main.felan @@ -1,5 +1,5 @@ main :: () -> void { - test(u64,i64); + comptime test(u64,u64); }; test :: (from:type, to:type) -> void { -- cgit v1.2.3