Hacker News new | ask | show | jobs
by Jtsummers 1331 days ago
Did you make other changes besides `to <- n` becoming print? Because as it stands, that will still produce an infinite loop.
1 comments

Oh, yes. The for loop init should be "; n > 0; n--"