#for (0..0) running once

1 messages · Page 1 of 1 (latest)

gusty cliff
#

for (0..0) running once

rugged wave
#

can you give an example of actual code thats doing this? for (0..0) is not running for me

patent cipher
#

for (0..0) doesn't run. Doesn't matter if you use a variable for the stop.

#

If the for loop has an else branch, that'll run... but not the loop body.

gusty cliff
#

So sorry, I guess it was a debug mistake on my side

gusty cliff