Y
Hacker News
new
|
ask
|
show
|
jobs
by
tomlogic
3511 days ago
q starts out larger than len, but is decremented inside the inner for loop.
1 comments
conductor
3511 days ago
Thanks, it seems the separate from variable decrease operator (q --) broke my "internal parser" as I completely missed it somehow. I'll edit my post to remove the noise.
link