Transcription: If you use a go-to statement to transfer control to a statement inside of a loop or block, initializations of automatic storage for that block do not take place. The result is an error. If you transfer control out of an active block with a go-to statement, all local variables are destroyed.