From 8436288bbb59212145d37e9f93bd7ba31df140ec Mon Sep 17 00:00:00 2001 From: Nenad Rakocevic Date: Wed, 7 Feb 2024 20:53:17 +0100 Subject: [PATCH] FEAT: implements port! support in IN native. --- runtime/natives.reds | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/natives.reds b/runtime/natives.reds index 2a62285a8d..fdb34602b1 100644 --- a/runtime/natives.reds +++ b/runtime/natives.reds @@ -1245,6 +1245,7 @@ natives: context [ ctx: either any [ type = TYPE_OBJECT type = TYPE_ERROR + type = TYPE_PORT type = TYPE_FUNCTION type = TYPE_ROUTINE ][