Hacker News new | ask | show | jobs
by zeknife 159 days ago
Ruby has a similarly intuitive `3.times do ... end` syntax
1 comments

go also has

    for range 5 { ... }