From 5bac4c4b3d07977c4bd95b66cb7f1208c8a4957b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yanis=20Zafir=C3=B3pulos?= <1265028+drkameleon@users.noreply.github.com> Date: Fri, 3 Jan 2025 16:48:40 +0100 Subject: [PATCH] another minor edit --- src/library/Core.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/library/Core.nim b/src/library/Core.nim index 25ea525178..5c79e30156 100644 --- a/src/library/Core.nim +++ b/src/library/Core.nim @@ -1518,7 +1518,7 @@ proc defineLibrary*() = true -> print "x is >= 4" ] ; x is less than 4 - .... + .......... f: function [x][ print ["called F with:" x] return odd? x