For example, pressing enter at the end of comment: ```vb Private Sub foo() 'do something End Sub ``` results in this: ```vb Private Sub foo() 'do something Loop End Sub ```