add 0m0.00s 0m0.00s

0m0.00s 0m0.00s to stdlib
This commit is contained in:
Daniella 2023-02-06 15:21:04 +01:00
parent 2f8aaade55
commit 6eb84aaef3

View file

@ -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
}