toggle menu
shake
0.1.0
common
switch theme
search in API
shake.bin.cli
/
com.shakelang.shake.cli
/
recursiveWhile
recursive
While
fun
recursiveWhile
(
condition
:
ConditionFunction
,
body
:
RecursiveWhileBody
)
(
source
)
Run recursive while loop
Author
Nicolas Schmidt <@nsc-de>
fun
recursiveWhile
(
body
:
RecursiveWhileBody
)
(
source
)