for loop condition statement
expression that is evaluated to a Boolean before each loop iteration
true = execute code, false = terminate
optional; but if left empty, it will be assumed as always true
leading to an infinite loop if no other means of exiting the loop is used