Hacker News new | ask | show | jobs
by jumploops 1055 days ago
Great question! Right now the solution is pretty hacky, but if your code block outputs to stderr then we stop the loop execution.

As an example in Javascript, simply calling `throw new Error('break!')` will stop the run from continuing.

We plan to add conditionals, branching, etc. Baby steps :)