You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maciej Górski edited this page Jan 6, 2016
·
1 revision
Warning: imperative call!
function loop(condition: ()->boolean, block: ()->()) -> ()
Calls block until condition returns true. This uses functions that share some state, e.g. methods of the same object or variable defined prior to calling loop: