From 8a6d8b144f45c509602a598f962d872a98226997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Thu, 21 Jan 2021 21:56:29 +0100 Subject: call external functions without parameters --- tests/simple.tdy | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/simple.tdy b/tests/simple.tdy index 4a0b7d1..6793088 100644 --- a/tests/simple.tdy +++ b/tests/simple.tdy @@ -1,5 +1 @@ -a := fn f: fn -> { - f() -} - -a(fn { print 2 }) +hello() -- cgit v1.2.1