for (initialization; conditionalExpression; counter){ statement; ... }
for ( ; ; ){ statement; ... } * when all components are omitted, it's presumed that there is a 1 there instead
Last updated 1 month ago