We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
probe
1 parent 902eeb3 commit a86c3eeCopy full SHA for a86c3ee
src/mezz/base-debug.reb
@@ -18,7 +18,7 @@ REBOL [
18
19
probe: func [
20
{Debug print a molded value and returns that same value.}
21
- value [any-type!]
+ value [any-type!] {The output is truncated to size defined in: system/options/probe-limit}
22
/local len
23
][
24
len: system/options/probe-limit
0 commit comments