From a91da8f6a40be80f852bd64bb7a6c8275dc572b7 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 2 May 2022 10:41:53 +0200 Subject: [PATCH] more clarity --- std.isbpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std.isbpl b/std.isbpl index 39699ef..88f300b 100644 --- a/std.isbpl +++ b/std.isbpl @@ -442,7 +442,7 @@ func [ { } func ] { - "create an array until arrayshadow is found" # + "create an array containing everything on stack until the arrayshadow" # def array 0 anew =array while { dup [ eq not } { 1 anewput array aadd =array