Note that statements always end in aNEWLINEpossibly followed by aDEDENT. Also note that optional continuation clauses always begin with a keyword that cannot start a statement, thus there are no ambiguities (the 'dangling:keyword:`else`' problem is solved in Python by requiring nested:keyword:...