Function.while >= 0.1.4
Purpose
Do `task` while `test` returns truthy
Syntax
Function.while
(
FunctiontestFunctiontaskFunctioncallback
);
Parameters
test
task
callback
Do `task` while `test` returns truthy
test
task
callback
Comments