FelixHenninger / lab.js

Online research made easy
https://lab.js.org/
Other
239 stars 107 forks source link

while loops #225

Open jeffensen opened 6 months ago

jeffensen commented 6 months ago

Hi everyone,

is there a way to implement the concept of "while-loop" in lab.js? As far as I have seen, the flow.Loop class only allows for "for-loop" type with previously fixed number of iterations.

Thanks!