From 6eb84aaef37fb15be8e9a5b69188f6f391e71956 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 6 Feb 2023 15:21:04 +0100 Subject: [PATCH] add 0m0.00s 0m0.00s 0m0.00s 0m0.00s to stdlib --- std.isbpl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/std.isbpl b/std.isbpl index b758a20..c91fcef 100644 --- a/std.isbpl +++ b/std.isbpl @@ -593,3 +593,12 @@ func astartswith { match alen asub match eq } + +func times { + with callable amount ; + def i 0 =i + callable [ while { i amount lt } { + i + i 1 + =i + } ] foreach +}