From a86c3eefa2968fe927532e0a89d26c7e899a0639 Mon Sep 17 00:00:00 2001 From: Oldes Date: Fri, 21 Jan 2022 15:15:50 +0100 Subject: [PATCH] FEAT: added info about possible output limitation of `probe` --- src/mezz/base-debug.reb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mezz/base-debug.reb b/src/mezz/base-debug.reb index 80d9e40524..bb24d330ec 100644 --- a/src/mezz/base-debug.reb +++ b/src/mezz/base-debug.reb @@ -18,7 +18,7 @@ REBOL [ probe: func [ {Debug print a molded value and returns that same value.} - value [any-type!] + value [any-type!] {The output is truncated to size defined in: system/options/probe-limit} /local len ][ len: system/options/probe-limit