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