Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1704

do i=1 to 10 by 0

$
0
0
That leads to a never-ending do loop. I know it's a dumb thing to do, but this will do the same thing if DELTA is not defined:

Code:
do i=1 to 10 by %delta

and that's a little less dumb.

Perhaps there could be a check for the increment being 0.

Viewing all articles
Browse latest Browse all 1704

Trending Articles