add 0m0.00s 0m0.00s
0m0.00s 0m0.00s to stdlib
This commit is contained in:
parent
2f8aaade55
commit
6eb84aaef3
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue