Hacker News new | ask | show | jobs
by perl4ever 1625 days ago
The most hated language in some poll I read about was Visual Basic, so here:

    Dim sum
    
    For Each thing In Array(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
        sum = sum + thing
    Next