Albin Jose@suppo.fi to Programmer Humor@lemmy.ml · 1 year agoShould have run slower.suppo.fiimagemessage-square40fedilinkarrow-up1949arrow-down138
arrow-up1911arrow-down1imageShould have run slower.suppo.fiAlbin Jose@suppo.fi to Programmer Humor@lemmy.ml · 1 year agomessage-square40fedilink
minus-squareexu@feditown.comlinkfedilinkEnglisharrow-up4·1 year agoYou can probably do this: do { if (!edge) { run(); } } while { (!edge); }
You can probably do this:
do { if (!edge) { run(); } } while { (!edge); }