Function.doUntil >= 0.1.4
Purpose
Do `task` at least once, and then while `test` returns falsy
Syntax
Function.doUntil
(
Functiontest
Functiontask
Functioncallback
);
Parameters
test
task
callback
Comments