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