From 2090888dce496f893638268b0aef981c96b68ac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edvard=20Th=C3=B6rnros?= Date: Sun, 28 Feb 2021 19:10:27 +0100 Subject: imports almost work --- main.sy | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'main.sy') diff --git a/main.sy b/main.sy index c23003e..869323a 100644 --- a/main.sy +++ b/main.sy @@ -2,5 +2,8 @@ use other start :: fn { other.f() - // print other.g() + print other.g() + 42 <=> other.g() + other.g() <=> 42 + other.q = 1 } -- cgit v1.2.1