6 ms·
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)
by perl4ever 5y 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
- dblbaguette 5y ago