From fa6d9cdf57db4244a331035d35d1b962630e3ae1 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sat, 15 Feb 2025 10:56:08 +0100 Subject: Feature: Introduce initial support for function return types --- examples/6.5.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/6.5.src') diff --git a/examples/6.5.src b/examples/6.5.src index ff3e40f..53abd86 100644 --- a/examples/6.5.src +++ b/examples/6.5.src @@ -1,4 +1,4 @@ -let main = () => { +let main = () => i64 { let x = !(1 == 1); if !x { printb(x); -- cgit 1.4.1