Transcription: A FOR loop has three parts. The initial state sets any conditions before the loop is run. The BEFORE expression is the condition that must be met before the loop body is executed again. The AFTER expression is code to be run after the loop body is run.